Searched defs:pop_count_ (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dproc_cpuinfo_reader.h48 : line_reader_(fd), pop_count_(-1) {
60 if (pop_count_ >= 0) {
61 line_reader_.PopLine(pop_count_);
62 pop_count_ = -1;
68 pop_count_ = static_cast<int>(line_len);
123 int pop_count_; member in class:google_breakpad::ProcCpuInfoReader
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc2055 if (pop_count_ > 0) {
2056 pop_count_--;
2062 pop_count_ += from->pop_count_;
2070 if (pop_count_ > 0) os << " pop " << pop_count_; local
2072 if (pop_count_ > 0) os << " /";
H A Dhydrogen.h554 int pop_count() const { return pop_count_; }
609 ++pop_count_;
659 pop_count_ = 0;
731 int pop_count_; member in class:v8::internal::final
H A Dhydrogen-instructions.h1553 pop_count_(pop_count),
1570 int pop_count() const { return pop_count_; }
1647 int pop_count_; member in class:final

Completed in 142 milliseconds