Home
last modified time | relevance | path

Searched refs:GetThreadInfo (Results 1 – 10 of 10) 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/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.h72 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr);
DOpenjdkJvmTi.cc190 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo() function in openjdkjvmti::JvmtiFunctions
192 return ThreadUtil::GetThreadInfo(env, thread, info_ptr); in GetThreadInfo()
1588 JvmtiFunctions::GetThreadInfo,
Dti_thread.cc199 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 FindClass()
/art/tools/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.cc123 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()