Home
last modified time | relevance | path

Searched refs:GetThreadInfo (Results 1 – 13 of 13) sorted by relevance

/art/test/931-agent-thread/
Dagent_thread.cc58 jvmtiError info_result = jenv->GetThreadInfo(this_thread, &info); in AgentMain()
112 jvmtiError info_result = jvmti_env->GetThreadInfo(nullptr, &cur_thread_info); in Java_art_Test931_testAgentThread()
/art/test/928-jni-table/
Djni_table.cc48 CHECK_EQ(jvmti_env->GetThreadInfo(reinterpret_cast<jthread>(o), &jti), JVMTI_ERROR_NONE); in DoDeleteGlobalRef()
/art/test/924-threads/
Dthreads.cc96 jvmtiError result = jvmti_env->GetThreadInfo(thread, &info); in Java_art_Test924_getThreadInfo()
197 jvmtiError result = jvmti_env->GetThreadInfo(thread, &info); in ThreadEvent()
/art/openjdkjvmti/
Dti_thread.h102 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr);
DOpenjdkJvmTi.cc202 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo() function in openjdkjvmti::JvmtiFunctions
204 return ThreadUtil::GetThreadInfo(env, thread, info_ptr); in GetThreadInfo()
1513 JvmtiFunctions::GetThreadInfo,
Dti_thread.cc261 jvmtiError ThreadUtil::GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo() function in openjdkjvmti::ThreadUtil
/art/test/ti-agent/
Djni_binder.cc207 CheckJvmtiError(jvmti_env, jvmti_env->GetThreadInfo(threads[t], &info)); in GetClass()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc58 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc78 } else if (jvmti_env->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
/art/openjdkjvmti/include/
Djvmti.h1040 jvmtiError (JNICALL *GetThreadInfo) (jvmtiEnv* env,
1843 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo() function
1845 return functions->GetThreadInfo(this, thread, info_ptr); in GetThreadInfo()
/art/test/912-classes/
Dclasses.cc345 jvmtiError result = jenv->GetThreadInfo(thread, &info); in GetThreadName()
/art/test/ti-stress/
Dstress.cc128 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc135 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()