Home
last modified time | relevance | path

Searched refs:current_phase_ (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_phase.cc47 jvmtiPhase PhaseUtil::current_phase_ = static_cast<jvmtiPhase>(0); member in openjdkjvmti::PhaseUtil
63 PhaseUtil::current_phase_ = JVMTI_PHASE_PRIMORDIAL; in NextRuntimePhase()
67 PhaseUtil::current_phase_ = JVMTI_PHASE_START; in NextRuntimePhase()
74 PhaseUtil::current_phase_ = JVMTI_PHASE_LIVE; in NextRuntimePhase()
88 PhaseUtil::current_phase_ = JVMTI_PHASE_DEAD; in NextRuntimePhase()
104 jvmtiPhase now = PhaseUtil::current_phase_; in GetPhase()
115 jvmtiPhase now = PhaseUtil::current_phase_; in IsLivePhase()
125 DCHECK_EQ(0u, static_cast<size_t>(PhaseUtil::current_phase_)); in SetToOnLoad()
126 PhaseUtil::current_phase_ = JVMTI_PHASE_ONLOAD; in SetToOnLoad()
130 …DCHECK_EQ(static_cast<size_t>(JVMTI_PHASE_ONLOAD), static_cast<size_t>(PhaseUtil::current_phase_)); in SetToPrimordial()
[all …]
Dti_phase.h64 static jvmtiPhase current_phase_;
/art/compiler/optimizing/
Dload_store_elimination.cc651 (current_phase_ == Phase::kPartialElimination && value.IsMergedUnknown())) in Replacement()
652 << value << " phase: " << current_phase_; in Replacement()
661 if (current_phase_ == Phase::kPartialElimination) { in ReplacementOrValue()
1301 Phase current_phase_; member in art::LSEVisitor
1489 current_phase_(Phase::kLoadElimination) { in LSEVisitor()
1713 << current_phi_placeholder << " phase: " << current_phase_; in MaterializeNonLoopPhis()
1722 (current_phase_ == Phase::kPartialElimination && pred_value.IsMergedUnknown())) { in MaterializeNonLoopPhis()
2156 DCHECK(current_phase_ == Phase::kLoadElimination || in MaterializeLoopPhis()
2157 current_phase_ == Phase::kPartialElimination) in MaterializeLoopPhis()
2158 << current_phase_; in MaterializeLoopPhis()
[all …]