Searched refs:info_result (Results 1 – 1 of 1) sorted by relevance
58 jvmtiError info_result = jenv->GetThreadInfo(this_thread, &info); in AgentMain() local59 CheckJvmtiError(jenv, info_result); in AgentMain()112 jvmtiError info_result = jvmti_env->GetThreadInfo(nullptr, &cur_thread_info); in Java_art_Test931_testAgentThread() local113 if (JvmtiErrorToException(env, jvmti_env, info_result)) { in Java_art_Test931_testAgentThread()