Home
last modified time | relevance | path

Searched defs:pop_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dhydrogen-instructions.h1249 HSimulate(int ast_id, int pop_count) in HSimulate()
1265 int pop_count() const { return pop_count_; } in pop_count() function
Dhydrogen.h418 int pop_count() const { return pop_count_; } in pop_count() function
Dhydrogen.cc143 int pop_count = environment->pop_count(); in CreateSimulate() local