Lines Matching refs:drop
2587 void MacroAssembler::DropAndRet(int drop) {
2589 addiu(sp, sp, drop * kPointerSize);
2592 void MacroAssembler::DropAndRet(int drop,
2596 // Both Drop and Ret need to be conditional.
2602 Drop(drop);
2611 void MacroAssembler::Drop(int count,
2754 // Drop the stack pointer to the top of the top handler.
2792 // Drop the stack pointer to the top of the top stack handler.