Home | History | Annotate | Download | only in mips64

Lines Matching refs:pop_count

2452   int pop_count = static_cast<int>(descriptor->StackParameterCount());
2455 pop_count += g.ToConstant(pop).ToInt32();
2461 if (pop_count != 0) {
2462 __ DropAndRet(pop_count);