Home
last modified time | relevance | path

Searched defs:GetPhase (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_phase.cc100 jvmtiError PhaseUtil::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) { in GetPhase() function in openjdkjvmti::PhaseUtil
H A DOpenjdkJvmTi.cc1271 static jvmtiError GetPhase(jvmtiEnv* env, jvmtiPhase* phase_ptr) { in GetPhase() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase() function