Searched refs:GetThreadInfo (Results 1 – 10 of 10) sorted by relevance
/art/test/931-agent-thread/ |
D | agent_thread.cc | 58 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/ |
D | threads.cc | 96 jvmtiError result = jvmti_env->GetThreadInfo(thread, &info); in Java_art_Test924_getThreadInfo() 197 jvmtiError result = jvmti_env->GetThreadInfo(thread, &info); in ThreadEvent()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 72 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr);
|
D | OpenjdkJvmTi.cc | 190 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,
|
D | ti_thread.cc | 199 jvmtiError ThreadUtil::GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr) { in GetThreadInfo() function in openjdkjvmti::ThreadUtil
|
/art/test/ti-agent/ |
D | jni_binder.cc | 207 CheckJvmtiError(jvmti_env, jvmti_env->GetThreadInfo(threads[t], &info)); in FindClass()
|
/art/tools/breakpoint-logger/ |
D | breakpoint_logger.cc | 78 } else if (jvmti_env->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1040 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/ |
D | classes.cc | 345 jvmtiError result = jenv->GetThreadInfo(thread, &info); in GetThreadName()
|
/art/test/ti-stress/ |
D | stress.cc | 123 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
|