Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_phase.cc100 jvmtiError PhaseUtil::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) { in GetPhase() argument
101 if (phase_ptr == nullptr) { in GetPhase()
110 *phase_ptr = now; in GetPhase()
Dti_phase.h44 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr);
DOpenjdkJvmTi.cc1271 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { in GetPhase() argument
1273 return PhaseUtil::GetPhase(env, phase_ptr); in GetPhase()
/art/openjdkjvmti/include/
Djvmti.h1682 jvmtiPhase* phase_ptr);
2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase()
2492 return functions->GetPhase(this, phase_ptr); in GetPhase()