Searched defs:GetCurrentThread (Results 1 – 9 of 9) sorted by relevance
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 358 __ GetCurrentThread(main_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local 363 __ GetCurrentThread(main_jni_conv->CurrentParamStackOffset(), in ArtJniCompileMethodInternal() local 405 __ GetCurrentThread(main_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local 410 __ GetCurrentThread(main_jni_conv->CurrentParamStackOffset(), in ArtJniCompileMethodInternal() local 612 __ GetCurrentThread(end_jni_conv->CurrentParamRegister()); in ArtJniCompileMethodInternal() local 617 __ GetCurrentThread(end_jni_conv->CurrentParamStackOffset(), in ArtJniCompileMethodInternal() local
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 265 __ GetCurrentThread(method_register); in TEST_F() local 266 __ GetCurrentThread(FrameOffset(48), scratch_register); in TEST_F() local
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 601 void ArmVIXLJNIMacroAssembler::GetCurrentThread(ManagedRegister mtr) { in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler 607 void ArmVIXLJNIMacroAssembler::GetCurrentThread(FrameOffset dest_offset, in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 507 void X86JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) { in GetCurrentThread() function in art::x86::X86JNIMacroAssembler 512 void X86JNIMacroAssembler::GetCurrentThread(FrameOffset offset, in GetCurrentThread() function in art::x86::X86JNIMacroAssembler
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 564 void X86_64JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler 569 void X86_64JNIMacroAssembler::GetCurrentThread(FrameOffset offset, ManagedRegister mscratch) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 50 void Arm64JNIMacroAssembler::GetCurrentThread(ManagedRegister tr) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler 54 void Arm64JNIMacroAssembler::GetCurrentThread(FrameOffset offset, ManagedRegister /* scratch */) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 211 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::ThreadUtil
|
D | OpenjdkJvmTi.cc | 148 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::JvmtiFunctions
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function
|