Home
last modified time | relevance | path

Searched refs:SetThreadLocalStorage (Results 1 – 9 of 9) sorted by relevance

/art/test/ti-agent/
Dsuspend_event_helper.cc323 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 …]
Dtrace_helper.cc48 jvmti->SetThreadLocalStorage(thr, (val ? reinterpret_cast<void*>(0x1) in SetInCallback()
/art/test/1909-per-agent-tls/
Dagent_tls.cc34 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->SetThreadLocalStorage( in Java_art_Test1909_setTLS()
/art/test/1962-multi-thread-events/
Dmulti_thread_events.cc81 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_Test1962_setupThread()
/art/openjdkjvmti/
Dti_thread.h106 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
DOpenjdkJvmTi.cc248 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()
1607 JvmtiFunctions::SetThreadLocalStorage,
Dti_thread.cc694 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
/art/test/924-threads/
Dthreads.cc182 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls); in Java_art_Test924_setTLS()
/art/openjdkjvmti/include/
Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()