Searched refs:GetThreadInfo (Results 1 – 13 of 13) 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/928-jni-table/ |
D | jni_table.cc | 48 CHECK_EQ(jvmti_env->GetThreadInfo(reinterpret_cast<jthread>(o), &jti), JVMTI_ERROR_NONE); in DoDeleteGlobalRef()
|
/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 | 102 static jvmtiError GetThreadInfo(jvmtiEnv* env, jthread thread, jvmtiThreadInfo* info_ptr);
|
D | OpenjdkJvmTi.cc | 202 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,
|
D | ti_thread.cc | 261 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 GetClass()
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | ti_alloc_sample.cc | 58 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
|
/art/tools/jvmti-agents/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 | 128 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 135 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
|