Searched refs:phase_result (Results 1 – 1 of 1) sorted by relevance
144 jvmtiError phase_result = jvmti_env->GetPhase(¤t_phase); in OnLoad() local145 if (phase_result != JVMTI_ERROR_NONE) { in OnLoad()169 jvmtiError phase_result = jvmti_env->GetPhase(¤t_phase); in Java_art_Test901_checkLivePhase() local170 if (JvmtiErrorToException(env, jvmti_env, phase_result)) { in Java_art_Test901_checkLivePhase()