Home
last modified time | relevance | path

Searched refs:pop_count_ (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader.h48 : line_reader_(fd), pop_count_(-1) { in ProcCpuInfoReader()
60 if (pop_count_ >= 0) { in GetNextField()
61 line_reader_.PopLine(pop_count_); in GetNextField()
62 pop_count_ = -1; in GetNextField()
68 pop_count_ = static_cast<int>(line_len); in GetNextField()
123 int pop_count_; variable
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2055 if (pop_count_ > 0) { in MergeWith()
2056 pop_count_--; in MergeWith()
2062 pop_count_ += from->pop_count_; in MergeWith()
2070 if (pop_count_ > 0) os << " pop " << pop_count_; in PrintDataTo()
2072 if (pop_count_ > 0) os << " /"; in PrintDataTo()
Dhydrogen.h554 int pop_count() const { return pop_count_; } in pop_count()
609 ++pop_count_; in Pop()
659 pop_count_ = 0; in ClearHistory()
731 int pop_count_; variable
Dhydrogen.cc12416 pop_count_(0), in HEnvironment()
12434 pop_count_(0), in HEnvironment()
12450 pop_count_(0), in HEnvironment()
12471 pop_count_(0), in HEnvironment()
12500 pop_count_ = other->pop_count_; in Initialize()
12562 pop_count_ += (count - push_count_); in SetExpressionStackAt()
12575 pop_count_ += Max(count - push_count_, 0); in RemoveExpressionStackAt()
Dhydrogen-instructions.h1553 pop_count_(pop_count), in HSimulate()
1570 int pop_count() const { return pop_count_; } in pop_count()
1647 int pop_count_; variable