Home | History | Annotate | Download | only in x64

Lines Matching full:drop

343       __ Drop(1);
387 __ Drop(count);
393 __ Drop(count);
397 if (count > 1) __ Drop(count - 1);
404 __ Drop(count);
413 __ Drop(count);
417 if (count > 1) __ Drop(count - 1);
604 __ Drop(1);
620 __ Drop(1);
762 __ Drop(2);
866 // Drop key and object left on the stack by IC, and push the result.
1277 // Drop receiver left on the stack by IC.
1282 // Drop key and receiver left on the stack by IC.
1366 // Drop key left on the stack by IC.
1367 __ Drop(1);
1772 __ Drop(2); // Result is on the stack under the key and the receiver.