Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc228 __ CallFromThread64(read_barrier64, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
275 __ CallFromThread64(jni_start64, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
453 … __ CallFromThread64(ThreadOffset<8>(jni_end64), end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/
Dassembler.cc217 void Assembler::CallFromThread64(ThreadOffset<8> offset ATTRIBUTE_UNUSED, in CallFromThread64() function in art::Assembler
/art/compiler/utils/arm64/
Dassembler_arm64.cc543 void Arm64Assembler::CallFromThread64(ThreadOffset<8> /*offset*/, ManagedRegister /*scratch*/) { in CallFromThread64() function in art::arm64::Arm64Assembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc1513 void Mips64Assembler::CallFromThread64(ThreadOffset<8> /*offset*/, ManagedRegister /*mscratch*/) { in CallFromThread64() function in art::mips64::Mips64Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2839 void X86_64Assembler::CallFromThread64(ThreadOffset<8> offset, ManagedRegister /*mscratch*/) { in CallFromThread64() function in art::x86_64::X86_64Assembler