Home | History | Annotate | Download | only in ia32

Lines Matching refs:Drop

339       __ Drop(1);
384 __ Drop(count);
390 __ Drop(count);
394 if (count > 1) __ Drop(count - 1);
402 __ Drop(count);
411 __ Drop(count);
415 if (count > 1) __ Drop(count - 1);
602 __ Drop(1);
618 __ Drop(1);
759 __ Drop(2);
864 // Drop key and object left on the stack by IC.
1785 __ Drop(2); // Result is on the stack under the key and the receiver.