Home | History | Annotate | Download | only in x64

Lines Matching refs:Drop

440   __ Drop(count);
448 __ Drop(count);
456 if (count > 1) __ Drop(count - 1);
465 __ Drop(count);
811 __ Drop(1); // Switch value is no longer needed.
823 __ Drop(1); // Switch value is no longer needed.
830 __ Drop(1); // Switch value is no longer needed.
1424 __ Drop(3);
1928 __ Drop(1);
2051 context()->DropAndPlug(1, rax); // Drop the key still on the stack.
3140 // We are done. Drop elements from the stack, and return undefined.
3564 // Drop temp values from the stack, and restore context register.