Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/compiler/utils/riscv64/
H A Djni_macro_assembler_riscv64_test.cc673 TEST_F(JniMacroAssemblerRiscv64Test, GetCurrentThread) { in TEST_F() argument
676 __ GetCurrentThread(AsManaged(A0)); in TEST_F() local
679 __ GetCurrentThread(FrameOffset(256)); in TEST_F() local
681 __ GetCurrentThread(FrameOffset(3 * KB)); in TEST_F() local
H A Djni_macro_assembler_riscv64.cc401 void Riscv64JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::riscv64::Riscv64JNIMacroAssembler
406 void Riscv64JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::riscv64::Riscv64JNIMacroAssembler
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc217 __ GetCurrentThread(method_register); in TEST_F() local
218 __ GetCurrentThread(FrameOffset(48)); in TEST_F() local
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc759 __ GetCurrentThread(jni_conv->CurrentParamRegister()); in CallDecodeReferenceResult() local
762 __ GetCurrentThread(jni_conv->CurrentParamStackOffset()); in CallDecodeReferenceResult() local
/aosp_15_r20/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc434 void X86JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::x86::X86JNIMacroAssembler
439 void X86JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::x86::X86JNIMacroAssembler
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc187 MsanThread *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc506 void X86_64JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler
511 void X86_64JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::x86_64::X86_64JNIMacroAssembler
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dglobal_state.cpp142 ANGLE_NO_SANITIZE_MEMORY ANGLE_NO_SANITIZE_THREAD Thread *GetCurrentThread() in GetCurrentThread() function
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc44 u32 GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/common/
DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/common/
DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/common/
DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/common/
DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc67 void Arm64JNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler
71 void Arm64JNIMacroAssembler::GetCurrentThread(FrameOffset offset) { in GetCurrentThread() function in art::arm64::Arm64JNIMacroAssembler
/aosp_15_r20/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc887 void ArmVIXLJNIMacroAssembler::GetCurrentThread(ManagedRegister dest) { in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler
893 void ArmVIXLJNIMacroAssembler::GetCurrentThread(FrameOffset dest_offset) { in GetCurrentThread() function in art::arm::ArmVIXLJNIMacroAssembler
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.cc337 AsanThread *GetCurrentThread() { in GetCurrentThread() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h128 #define GetCurrentThread() \ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dzsyscall_windows.go235 func GetCurrentThread() (pseudoHandle syscall.Handle, err error) { func
/aosp_15_r20/art/openjdkjvmti/
H A Dti_thread.cc207 jvmtiError ThreadUtil::GetCurrentThread([[maybe_unused]] jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::ThreadUtil
H A DOpenjdkJvmTi.cc144 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() function in openjdkjvmti::JvmtiFunctions
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsyscall_windows.go482 func GetCurrentThread() (Handle, error) { func
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/openjdkjvmti/include/
Djvmti.h1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/openjdkjvmti/include/
Djvmti.h1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djvmti.h1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread() function

12