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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2561 if (pop_count_ > 0) {
2562 pop_count_--;
2568 pop_count_ += from->pop_count_;
2576 if (pop_count_ > 0) os << " pop " << pop_count_; local
2578 if (pop_count_ > 0) os << " /";
H A Dhydrogen.h575 int pop_count() const { return pop_count_; }
630 ++pop_count_;
672 pop_count_ = 0;
739 int pop_count_; member in class:v8::internal::FINAL
H A Dhydrogen.cc11921 pop_count_(0),
11939 pop_count_(0),
11955 pop_count_(0),
11976 pop_count_(0),
12005 pop_count_ = other->pop_count_;
12067 pop_count_ += (count - push_count_);
H A Dhydrogen-instructions.h1811 pop_count_(pop_count),
1828 int pop_count() const { return pop_count_; }
1895 int pop_count_; member in class:v8::FINAL

Completed in 139 milliseconds