Home
last modified time | relevance | path

Searched refs:GetThreadLocalStorage (Results 1 – 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_thread.h63 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr);
DOpenjdkJvmTi.cc234 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions
236 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr); in GetThreadLocalStorage()
1848 JvmtiFunctions::GetThreadLocalStorage,
Dti_thread.cc512 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
/art/test/924-threads/
Dthreads.cc132 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls); in Java_art_Test924_getTLS()
/art/runtime/openjdkjvmti/include/
Djvmti.h1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env,
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr); in GetThreadLocalStorage()