Home
last modified time | relevance | path

Searched defs:CopyInstructions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/compiler/trampolines/
H A Dtrampoline_compiler.cc82 __ CopyInstructions(code); in CreateTrampoline() local
119 __ CopyInstructions(code); in CreateTrampoline() local
151 __ CopyInstructions(code); in CreateTrampoline() local
172 __ CopyInstructions(code); in CreateTrampoline() local
193 __ CopyInstructions(code); in CreateTrampoline() local
/aosp_15_r20/art/compiler/utils/
H A Dassembler.cc72 void AssemblerBuffer::CopyInstructions(const MemoryRegion& instructions) { in CopyInstructions() function in art::AssemblerBuffer
H A Djni_macro_assembler.h289 void CopyInstructions(const MemoryRegion& region) override { in CopyInstructions() function
H A Dassembler.h382 virtual void CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function
H A Dassembler_thumb_test.cc82 __ CopyInstructions(code); in EmitAndCheck() local
/aosp_15_r20/art/compiler/utils/arm64/
H A Dassembler_arm64.cc82 void Arm64Assembler::CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function in art::arm64::Arm64Assembler
/aosp_15_r20/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc55 void ArmVIXLAssembler::CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function in art::arm::ArmVIXLAssembler
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc721 __ CopyInstructions(code); in ArtJniCompileMethodInternal() local
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc232 static void CopyInstructions(uptr from, uptr to, uptr size) { in CopyInstructions() function