Home
last modified time | relevance | path

Searched refs:has_accumulator_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dliveness-analyzer.cc21 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()
Dliveness-analyzer.h34 has_accumulator_(has_accumulator) {} in NonLiveFrameStateSlotReplacer()
55 bool has_accumulator_; variable
82 bool has_accumulator_; variable
95 DCHECK(has_accumulator_); in LookupAccumulator()
100 DCHECK(has_accumulator_); in BindAccumulator()
161 bool has_accumulator_; variable