Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: src/arm/virtual-frame-arm.h

Issue 1751019: Change the LoadIC calling convention so that the receiver... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/arm/virtual-frame-arm.h
===================================================================
--- src/arm/virtual-frame-arm.h (revision 4501)
+++ src/arm/virtual-frame-arm.h (working copy)
@@ -340,6 +340,10 @@
// must be copied to a scratch register before modification.
Register Peek();
+ // A little specialized, this one. It flushes all registers, but it puts a
+ // copy of the top-of-stack in R0.
+ void SpillAllButCopyTOSToR0();
+
// Pop and save an element from the top of the expression stack and
// emit a corresponding pop instruction.
void EmitPop(Register reg);

Powered by Google App Engine
This is Rietveld 408576698