HomeSort by relevance Sort by last modified time
    Searched refs:has_accumulator_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
liveness-analyzer.h 34 has_accumulator_(has_accumulator) {}
55 bool has_accumulator_; member in class:v8::internal::compiler::NonLiveFrameStateSlotReplacer
82 bool has_accumulator_; member in class:v8::internal::compiler::LivenessAnalyzer
95 DCHECK(has_accumulator_);
100 DCHECK(has_accumulator_);
161 bool has_accumulator_; member in class:v8::internal::compiler::LivenessAnalyzerBlock
liveness-analyzer.cc 21 has_accumulator_(has_accumulator),
35 blocks_.size(), local_count_, has_accumulator_, zone());
58 if (local_count_ == 0 && !has_accumulator_) {
71 static_cast<int>(local_count_) + (has_accumulator_ ? 1 : 0), zone_);
96 has_accumulator_(has_accumulator),
136 int count = liveness->length() - (has_accumulator_ ? 1 : 0);
146 if (has_accumulator_) {
203 if (has_accumulator_ && entry.var() == live_.length() - 1) {
210 if (has_accumulator_ && entry.var() == live_.length() - 1) {

Completed in 205 milliseconds