Searched defs:pop_count (Results 1 – 14 of 14) sorted by relevance
302 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn() local
2482 Node* pop_count = ret->InputAt(0); in VisitReturn() local
171 unsigned pop_count; member
451 unsigned pop_count:3; member
2295 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
1952 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
2079 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
1176 size_t pop_count = stack_.size() - dest - arity; in DoStackTransfer() local
2244 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
2630 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
2452 int pop_count = static_cast<int>(descriptor->StackParameterCount()); in AssembleReturn() local
554 int pop_count() const { return pop_count_; } in pop_count() function
1550 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, in HSimulate()1570 int pop_count() const { return pop_count_; } in pop_count() function
353 int pop_count = environment->pop_count(); in CreateSimulate() local