Searched refs:has_accumulator_ (Results 1 – 2 of 2) sorted by relevance
21 has_accumulator_(has_accumulator), in LivenessAnalyzer()35 blocks_.size(), local_count_, has_accumulator_, zone()); in NewBlock()58 if (local_count_ == 0 && !has_accumulator_) { in Run()71 static_cast<int>(local_count_) + (has_accumulator_ ? 1 : 0), zone_); in Run()96 has_accumulator_(has_accumulator), in LivenessAnalyzerBlock()136 int count = liveness->length() - (has_accumulator_ ? 1 : 0); in ClearNonLiveFrameStateSlots()146 if (has_accumulator_) { in ClearNonLiveFrameStateSlots()203 if (has_accumulator_ && entry.var() == live_.length() - 1) { in Print()210 if (has_accumulator_ && entry.var() == live_.length() - 1) { in Print()
34 has_accumulator_(has_accumulator) {} in NonLiveFrameStateSlotReplacer()55 bool has_accumulator_; variable82 bool has_accumulator_; variable95 DCHECK(has_accumulator_); in LookupAccumulator()100 DCHECK(has_accumulator_); in BindAccumulator()161 bool has_accumulator_; variable