Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc365 __ GetCurrentThread(main_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local
368 __ GetCurrentThread(main_jni_conv->CurrentParamStackOffset()); in ArtJniCompileMethodInternal() local
414 __ GetCurrentThread(main_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local
417 __ GetCurrentThread(main_jni_conv->CurrentParamStackOffset()); in ArtJniCompileMethodInternal() local
635 __ GetCurrentThread(end_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local
638 __ GetCurrentThread(end_jni_conv->CurrentParamStackOffset()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/
Dassembler_thumb_test.cc167 __ GetCurrentThread(method_register); in TEST_F() local
168 __ GetCurrentThread(FrameOffset(48)); in TEST_F() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc547 void X86JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::x86::X86JNIMacroAssembler
552 void X86JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc638 void X86_64JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler
643 void X86_64JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc912 void ArmVIXLJNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler
918 void ArmVIXLJNIMacroAssembler::GetCurrentThread(FrameOffset dest_offset) { in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc54 void Arm64JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler
58 void Arm64JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler
/art/openjdkjvmti/
Dti_thread.cc213 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::ThreadUtil
DOpenjdkJvmTi.cc150 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::JvmtiFunctions
/art/openjdkjvmti/include/
Djvmti.h1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function