Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 18 of 18) sorted by relevance

/art/test/901-hello-ti-agent/
Dexpected.txt2 VMStart (phase 6)
3 VMInit (phase 4)
5 Agent in live phase.
76 VMDeath (phase 4)
/art/openjdkjvmti/
Dti_search.cc196 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() local
277 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoaderInMemory()
333 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToDexClassLoader() local
336 if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToDexClassLoader()
383 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in AddToSystemClassLoaderSearch() local
385 if (phase == jvmtiPhase::JVMTI_PHASE_ONLOAD) { in AddToSystemClassLoaderSearch()
390 } else if (phase != jvmtiPhase::JVMTI_PHASE_LIVE) { in AddToSystemClassLoaderSearch()
Dti_phase.cc59 void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(art::Locks::mutator_lock_) override { in NextRuntimePhase()
61 switch (phase) { in NextRuntimePhase()
Dti_class.cc181 jvmtiPhase phase = PhaseUtil::GetPhaseUnchecked(); in ClassPreDefine() local
182 if (UNLIKELY(phase != JVMTI_PHASE_START && phase != JVMTI_PHASE_LIVE)) { in ClassPreDefine()
/art/runtime/gc/space/
Dlarge_object_space_test.cc58 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local
83 if (phase == 0) { in LargeObjectTest()
96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest()
/art/test/909-attach-agent/
Dinfo.txt1 Tests jvmti plugin attaching during live phase.
/art/test/503-dead-instructions/
Dinfo.txt1 Regression test for the building phase of the optimizing
/art/test/499-bce-phi-array-length/
Dinfo.txt1 Regression test for BCE phase of optimizing. See Main.java
/art/test/513-array-deopt/
Dinfo.txt1 Regression test for the BCE phase of optimizing,
/art/test/429-ssa-builder/
Dinfo.txt1 Regression test for the type propagation phase of the optimizing
/art/test/515-dce-dominator/
Dinfo.txt1 Regression test for the DCE phase of optimizing, where
/art/test/509-pre-header/
Dinfo.txt1 Regression test for the SimplifyCFG phase of optimizing.
/art/test/520-equivalent-phi/smali/
DEquivalent.smali27 # phase of the optimizing compiler: the phase propagates types
/art/test/1004-checker-volatile-ref-load/
Dinfo.txt6 phase.
/art/tools/tracefast-plugin/
Dtracefast.cc147 void NextRuntimePhase(art::RuntimePhaseCallback::RuntimePhase phase) in NextRuntimePhase() argument
149 if (phase == art::RuntimePhaseCallback::RuntimePhase::kInit) { in NextRuntimePhase()
/art/runtime/
Druntime_callbacks.h104 virtual void NextRuntimePhase(RuntimePhase phase) REQUIRES_SHARED(Locks::mutator_lock_) = 0;
202 void NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase)
Druntime_callbacks.cc306 void RuntimeCallbacks::NextRuntimePhase(RuntimePhaseCallback::RuntimePhase phase) { in NextRuntimePhase() argument
308 cb->NextRuntimePhase(phase); in NextRuntimePhase()
/art/test/533-regression-debugphi/smali/
DTestCase.smali19 # in the DeadPhiHandling phase of the optimizing compiler (only used