Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_phase.h44 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr);
Dti_phase.cc100 jvmtiError PhaseUtil::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) { in GetPhase() function in openjdkjvmti::PhaseUtil
DOpenjdkJvmTi.cc1271 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { in GetPhase() function in openjdkjvmti::JvmtiFunctions
1273 return PhaseUtil::GetPhase(env, phase_ptr); in GetPhase()
1637 JvmtiFunctions::GetPhase,
/art/test/901-hello-ti-agent/
Dbasics.cc43 jenv->GetPhase(&out); in getPhase()
144 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase); in OnLoad()
169 jvmtiError phase_result = jvmti_env->GetPhase(&current_phase); in Java_art_Test901_checkLivePhase()
/art/openjdkjvmti/include/
Djvmti.h1681 jvmtiError (JNICALL *GetPhase) (jvmtiEnv* env,
2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase() function
2492 return functions->GetPhase(this, phase_ptr); in GetPhase()