Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/ti-agent/
H A 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 …]
H A Dtrace_helper.cc48 jvmti->SetThreadLocalStorage(thr, (val ? reinterpret_cast<void*>(0x1) in SetInCallback()
/aosp_15_r20/art/test/1909-per-agent-tls/
H A Dagent_tls.cc34 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->SetThreadLocalStorage( in Java_art_Test1909_setTLS()
/aosp_15_r20/art/test/1962-multi-thread-events/
H A Dmulti_thread_events.cc81 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->SetThreadLocalStorage(thr, data))) { in Java_art_Test1962_setupThread()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_thread.h106 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
H A DOpenjdkJvmTi.cc242 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions
244 return ThreadUtil::SetThreadLocalStorage(env, thread, data); in SetThreadLocalStorage()
1609 JvmtiFunctions::SetThreadLocalStorage,
H A Dti_thread.cc708 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
/aosp_15_r20/art/test/924-threads/
H A Dthreads.cc182 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls); in Java_art_Test924_setTLS()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/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()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/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()
/aosp_15_r20/art/openjdkjvmti/include/
H A Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/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()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/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()
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/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()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/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()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/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()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djvmti.h1592 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1950 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1952 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djvmti.h1592 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1950 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1952 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djvmti.h1592 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1950 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1952 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djvmti.h1592 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1950 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1952 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DthreadControl.c169 error = JVMTI_FUNC_PTR(gdata->jvmti,SetThreadLocalStorage) in setThreadLocalStorage()