Searched refs:GetThreadLocalStorage (Results 1 - 7 of 7) sorted by relevance

/art/test/1909-per-agent-tls/
H A Dagent_tls.cc46 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->GetThreadLocalStorage(thr, &res));
/art/openjdkjvmti/
H A Dti_thread.h77 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr);
H A DOpenjdkJvmTi.cc241 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { function in class:openjdkjvmti::JvmtiFunctions
243 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr);
1681 JvmtiFunctions::GetThreadLocalStorage,
H A Dti_thread.cc668 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env, function in class:openjdkjvmti::ThreadUtil
/art/test/924-threads/
H A Dthreads.cc172 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls);
/art/openjdkjvmti/include/
H A Djvmti.h1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1877 jvmtiError GetThreadLocalStorage(jthread thread, function in struct:_jvmtiEnv
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr);
/art/test/ti-agent/
H A Dtrace_helper.cc34 jvmti->GetThreadLocalStorage(thr, &data);

Completed in 243 milliseconds