Home | History | Annotate | Download | only in mips

Lines Matching refs:pop_count

2079   int pop_count = static_cast<int>(descriptor->StackParameterCount());
2113 pop_count += g.ToConstant(pop).ToInt32();
2119 if (pop_count != 0) {
2120 __ DropAndRet(pop_count);