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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.cpp58 if (JvmtiEnv::get_phase() != JVMTI_PHASE_ONLOAD) {
241 if (JvmtiEnv::get_phase() == JVMTI_PHASE_ONLOAD) {
335 JvmtiEnv::get_phase() == JVMTI_PHASE_ONLOAD) {
H A DjvmtiEventController.cpp407 switch (JvmtiEnv::get_phase()) {
462 switch (JvmtiEnv::get_phase()) {
574 assert(JvmtiEnv::is_vm_live() || (JvmtiEnv::get_phase()==JVMTI_PHASE_START),
619 switch (JvmtiEnv::get_phase()) {
H A DjvmtiEnvBase.hpp73 static jvmtiPhase get_phase() { return _phase; } function in class:JvmtiEnvBase
H A DjvmtiExport.cpp372 if (JvmtiEnv::get_phase() == JVMTI_PHASE_LIVE) {
383 } else if (JvmtiEnv::get_phase() == JVMTI_PHASE_ONLOAD) {
604 JNIEnv* jni_env = (JvmtiEnv::get_phase() == JVMTI_PHASE_PRIMORDIAL)?
1682 JNIEnv* jni_env = JvmtiEnv::get_phase() == JVMTI_PHASE_PRIMORDIAL? NULL : jem.jni_env();
1824 jvmtiPhase phase = JvmtiEnv::get_phase();
H A DjvmtiEnv.cpp460 jvmtiPhase phase = get_phase();
503 jvmtiPhase phase = get_phase();
579 *phase_ptr = get_phase();

Completed in 55 milliseconds