Home | History | Annotate | Download | only in x64

Lines Matching refs:Drop

728       frame_->Drop();  // Can be called on a spilled frame.
808 // Drop applicand.apply and applicand from the stack, and push
849 frame_->Drop(1); // Drop the receiver as well.
988 frame_->Drop();
1001 frame_->Drop();
1100 frame_->Drop();
1246 // Drop the switch value.
1247 frame_->Drop();
1278 frame_->Drop();
1285 frame_->Drop();
1854 frame_->Drop(2); // Drop the original and the copy of the element.
1860 frame_->Drop(); // Drop the original of the element.
1880 // Cleanup. No need to spill because VirtualFrame::Drop is safe for
1883 frame_->Drop(5);
1911 frame_->Drop();
1974 // the handler list and drop the rest of this handler from the
1979 frame_->Drop(StackHandlerConstants::kSize / kPointerSize - 1);
2012 frame_->Drop(StackHandlerConstants::kSize / kPointerSize - 1);
2099 frame_->Drop(StackHandlerConstants::kSize / kPointerSize - 1);
2136 // Unlink this handler and drop it from the frame.
2140 frame_->Drop(StackHandlerConstants::kSize / kPointerSize - 1);
3279 // Postfix: drop the new value and use the old.
3280 if (is_postfix) frame_->Drop();
3353 frame_->Drop();
3415 frame_->Drop();
4829 frame_->Drop();
9488 __ fstp(0); // Drop result in st(0).