Home | History | Annotate | Download | only in arm

Lines Matching refs:Drop

311       __ Drop(1);
348 __ Drop(count);
354 __ Drop(count);
358 if (count > 1) __ Drop(count - 1);
365 if (count > 1) __ Drop(count - 1);
376 __ Drop(count - 2);
484 __ Drop(1);
502 __ Drop(1);
647 __ Drop(2);
749 // Drop key and object left on the stack by IC, and push the result.
1168 // Drop receiver left on the stack by IC.
1173 // Drop key and receiver left on the stack by IC.
1646 __ Drop(2); // Result is on the stack under the key and the receiver.