Home
last modified time | relevance | path

Searched refs:phase_result (Results 1 – 1 of 1) sorted by relevance

/art/test/901-hello-ti-agent/
Dbasics.cc144 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase); in OnLoad() local
145 if (phase_result != JVMTI_ERROR_NONE) { in OnLoad()
169 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase); in Java_art_Test901_checkLivePhase() local
170 if (JvmtiErrorToException(env, jvmti_env, phase_result)) { in Java_art_Test901_checkLivePhase()