Lines Matching refs:Drop
211 void Drop(int count);212 void Drop(Register count, Register scratch = r0);214 void Ret(int drop) {215 Drop(drop);