Searched refs:SetThreadLocalStorage (Results 1 – 9 of 9) sorted by relevance
/art/test/ti-agent/ |
D | suspend_event_helper.cc | 323 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in DeleteTestData() 402 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendClassEvent() 446 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendSingleStepAt() 482 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent() 542 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendBreakpointFor() 573 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in Java_art_SuspendEvents_clearSuspendBreakpointFor() 591 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendExceptionEvent() 636 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupSuspendMethodEvent() 686 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_SuspendEvents_setupFieldSuspendFor() 740 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, nullptr))) { in Java_art_SuspendEvents_clearFieldSuspendFor() [all …]
|
D | trace_helper.cc | 48 jvmti->SetThreadLocalStorage(thr, (val ? reinterpret_cast<void*>(0x1) in SetInCallback()
|
/art/test/1909-per-agent-tls/ |
D | agent_tls.cc | 34 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->SetThreadLocalStorage( in Java_art_Test1909_setTLS()
|
/art/test/1962-multi-thread-events/ |
D | multi_thread_events.cc | 81 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_Test1962_setupThread()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 106 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
|
D | OpenjdkJvmTi.cc | 248 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions 250 return ThreadUtil::SetThreadLocalStorage(env, thread, data); in SetThreadLocalStorage() 1660 JvmtiFunctions::SetThreadLocalStorage,
|
D | ti_thread.cc | 694 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
|
/art/test/924-threads/ |
D | threads.cc | 182 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls); in Java_art_Test924_setTLS()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env, 1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function 1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
|