Searched refs:phase_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen-check-elimination.cc14 #define INC_STAT(x) phase_->x++
79 : phase_(phase),
177 HCheckTable* copy = new(zone) HCheckTable(phase_);
688 if (phase_->aliasing_->MayAlias(entry->object_, object)) {
759 if (phase_->aliasing_->MustAlias(entry->object_, object)) return entry;
786 Zone* zone() const { return phase_->zone(); }
787 MapSet string_maps() const { return phase_->string_maps(); }
792 HCheckEliminationPhase* phase_; member in class:v8::internal::HCheckTable
/external/v8/src/compiler/
H A Dsimplified-lowering.cc70 phase_(PROPAGATE),
79 phase_ = PROPAGATE;
96 phase_ = LOWER;
117 if (phase_ != PROPAGATE) return;
146 bool lower() { return phase_ == LOWER; }
169 if (phase_ == PROPAGATE) {
774 Phase phase_; // current phase of algorithm member in class:v8::internal::compiler::RepresentationSelector

Completed in 194 milliseconds