Searched refs:current_phase (Results 1 – 1 of 1) sorted by relevance
143 jvmtiPhase current_phase; in OnLoad() local144 jvmtiError phase_result = jvmti_env->GetPhase(¤t_phase); in OnLoad()149 if (current_phase != JVMTI_PHASE_ONLOAD) { in OnLoad()168 jvmtiPhase current_phase; in Java_art_Test901_checkLivePhase() local169 jvmtiError phase_result = jvmti_env->GetPhase(¤t_phase); in Java_art_Test901_checkLivePhase()173 return (current_phase == JVMTI_PHASE_LIVE) ? JNI_TRUE : JNI_FALSE; in Java_art_Test901_checkLivePhase()