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

Unified Diff: src/frames.h

Issue 12379045: Unify deoptimizer for stub failure trampoline frames. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Daniel Clifford. Created 7 years, 9 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
« no previous file with comments | « src/deoptimizer.cc ('k') | src/ia32/deoptimizer-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index a91d004dc5c1d157f8862c1bd8b3303171ac6dbc..ca0d5bec9b6b24167c65c033a7311ec03f5d78d8 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -709,6 +709,10 @@ class StubFailureTrampolineFrame: public StandardFrame {
virtual void Iterate(ObjectVisitor* v) const;
+ // Architecture-specific register description.
+ static Register fp_register();
+ static Register context_register();
+
protected:
inline explicit StubFailureTrampolineFrame(
StackFrameIterator* iterator);
« no previous file with comments | « src/deoptimizer.cc ('k') | src/ia32/deoptimizer-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698