Home
last modified time | relevance | path

Searched defs:CallFromThread32 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc238 __ CallFromThread32(read_barrier32, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
285 __ CallFromThread32(jni_start32, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
463 … __ CallFromThread32(ThreadOffset<4>(jni_end32), end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/
Dassembler.cc243 void Assembler::CallFromThread32(ThreadOffset<4> offset ATTRIBUTE_UNUSED, in CallFromThread32() function in art::Assembler
/art/compiler/utils/arm/
Dassembler_arm.cc833 void ArmAssembler::CallFromThread32(ThreadOffset<4> /*offset*/, ManagedRegister /*scratch*/) { in CallFromThread32() function in art::arm::ArmAssembler
/art/compiler/utils/x86/
Dassembler_x86.cc2365 void X86Assembler::CallFromThread32(ThreadOffset<4> offset, ManagedRegister /*mscratch*/) { in CallFromThread32() function in art::x86::X86Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc2878 void MipsAssembler::CallFromThread32(ThreadOffset<kMipsWordSize> offset ATTRIBUTE_UNUSED, in CallFromThread32() function in art::mips::MipsAssembler