Searched refs:phase (Results 1 – 18 of 18) sorted by relevance
2 VMStart (phase 6)3 VMInit (phase 4)5 Agent in live phase.76 VMDeath (phase 4)
196 void NextRuntimePhase(RuntimePhase phase) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in NextRuntimePhase()197 if (phase == RuntimePhase::kStart) { in NextRuntimePhase()274 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoaderInMemory() local277 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoaderInMemory()333 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoader() local336 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoader()383 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local385 if (phase == jvmtiPhase::JVMTI_PHASE_ONLOAD) { in AddToSystemClassLoaderSearch()390 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToSystemClassLoaderSearch()
59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase()61 switch (phase) { in NextRuntimePhase()
181 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine() local182 if (UNLIKELY(phase != JVMTI_PHASE_START && phase != JVMTI_PHASE_LIVE)) { in ClassPreDefine()
58 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local83 if (phase == 0) { in LargeObjectTest()96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest()
1 Tests jvmti plugin attaching during live phase.
1 Regression test for the building phase of the optimizing
1 Regression test for BCE phase of optimizing. See Main.java
1 Regression test for the BCE phase of optimizing,
1 Regression test for the type propagation phase of the optimizing
1 Regression test for the DCE phase of optimizing, where
1 Regression test for the SimplifyCFG phase of optimizing.
27 # phase of the optimizing compiler: the phase propagates types
6 phase.
147 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() argument149 if (phase == art::RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
104 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;202 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
306 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() argument308 cb->NextRuntimePhase(phase); in NextRuntimePhase()
19 # in the DeadPhiHandling phase of the optimizing compiler (only used