Searched refs:phase_ (Results 1 – 2 of 2) sorted by relevance
14 #define INC_STAT(x) phase_->x++79 : phase_(phase), in HCheckTable()177 HCheckTable* copy = new(zone) HCheckTable(phase_); in Copy()688 if (phase_->aliasing_->MayAlias(entry->object_, object)) { in Kill()759 if (phase_->aliasing_->MustAlias(entry->object_, object)) return entry; in Find()786 Zone* zone() const { return phase_->zone(); } in zone()787 MapSet string_maps() const { return phase_->string_maps(); } in string_maps()792 HCheckEliminationPhase* phase_; member in v8::internal::HCheckTable
70 phase_(PROPAGATE), in RepresentationSelector()79 phase_ = PROPAGATE; in Run()96 phase_ = LOWER; in Run()117 if (phase_ != PROPAGATE) return; in Enqueue()146 bool lower() { return phase_ == LOWER; } in lower()169 if (phase_ == PROPAGATE) { in ProcessInput()774 Phase phase_; // current phase of algorithm member in v8::internal::compiler::RepresentationSelector