HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadLocalStorage (Results 1 - 13 of 13) sorted by null

  /art/test/1909-per-agent-tls/
agent_tls.cc 46 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->GetThreadLocalStorage(thr, &res));
  /art/openjdkjvmti/
ti_thread.h 77 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr);
OpenjdkJvmTi.cc 241 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) {
243 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr);
    [all...]
ti_thread.cc 668 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env,
    [all...]
  /art/test/924-threads/
threads.cc 172 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls);
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]
  /art/test/ti-agent/
trace_helper.cc 34 jvmti->GetThreadLocalStorage(thr, &data);
  /external/oj-libjdwp/src/share/back/
threadControl.c 182 getThreadLocalStorage(jthread thread)
188 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadLocalStorage)
231 node = getThreadLocalStorage(thread);
    [all...]

Completed in 82 milliseconds