Home
last modified time | relevance | path

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

/art/compiler/trampolines/
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
/art/compiler/utils/
Dassembler.cc72 void AssemblerBuffer::CopyInstructions(const MemoryRegion& instructions) { in CopyInstructions() function in art::AssemblerBuffer
Djni_macro_assembler.h289 void CopyInstructions(const MemoryRegion& region) override { in CopyInstructions() function
Dassembler.h382 virtual void CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function
Dassembler_thumb_test.cc82 __ CopyInstructions(code); in EmitAndCheck() local
/art/compiler/utils/arm64/
Dassembler_arm64.cc82 void Arm64Assembler::CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function in art::arm64::Arm64Assembler
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc55 void ArmVIXLAssembler::CopyInstructions(const MemoryRegion& region) { in CopyInstructions() function in art::arm::ArmVIXLAssembler
/art/compiler/jni/quick/
Djni_compiler.cc721 __ CopyInstructions(code); in ArtJniCompileMethodInternal() local