Searched refs:GetPhase (Results 1 - 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_phase.h44 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr);
H A Dti_phase.cc96 jvmtiError PhaseUtil::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) { function in class:openjdkjvmti::PhaseUtil
H A DOpenjdkJvmTi.cc1498 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { function in class:openjdkjvmti::JvmtiFunctions
1500 return PhaseUtil::GetPhase(env, phase_ptr);
1879 JvmtiFunctions::GetPhase,
/art/test/901-hello-ti-agent/
H A Dbasics.cc133 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase);
158 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase);
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1681 jvmtiError (JNICALL *GetPhase) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { function in struct:_jvmtiEnv
2492 return functions->GetPhase(this, phase_ptr);

Completed in 80 milliseconds