Searched refs:phase_ (Results 1 – 7 of 7) sorted by relevance
171 phase_(phase) {} in schedule_()175 const char* phase_; member181 : phase_(phase), data_(data) {} in phase_() function182 const char* phase_; member
28 phase_(phase) {} in BranchElimination()112 if (phase_ == kEARLY) { in SimplifyBranchCondition()124 common()->Phi(phase_ == kEARLY ? MachineRepresentation::kTagged in SimplifyBranchCondition()
138 Phase phase_; in NON_EXPORTED_BASE() local
806 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()818 .PrintLiveRanges(ac.phase_, in operator <<()
42 phase_ = phase; in Initialize()120 phase_ = phase; in InitializeForTesting()
68 char phase() const { return phase_; } in phase()92 char phase_; variable
1090 phase_(phase) {} in ObjectStatsVisitor()1095 obj, phase_, ObjectStatsCollectorImpl::CollectFieldStats::kYes); in Visit()1099 obj, phase_, ObjectStatsCollectorImpl::CollectFieldStats::kNo); in Visit()1107 ObjectStatsCollectorImpl::Phase phase_; member in v8::internal::ObjectStatsVisitor