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

  /external/v8/src/
hydrogen.h 328 int pop_count() const { return pop_count_; }
363 ++pop_count_;
397 pop_count_ = 0;
438 int pop_count_; member in class:v8::internal::HEnvironment
    [all...]
hydrogen-instructions.cc 997 if (pop_count_ > 0) stream->Add("pop %d", pop_count_);
999 if (pop_count_ > 0) stream->Add(" /");
    [all...]
hydrogen-instructions.h 993 pop_count_(pop_count),
1007 int pop_count() const { return pop_count_; }
1051 int pop_count_;
    [all...]
hydrogen.cc     [all...]

Completed in 44 milliseconds