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

Unified Diff: src/deoptimizer.h

Issue 12379045: Unify deoptimizer for stub failure trampoline frames. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index b4d8873ea1794614df47ecbed2063cc3dfb00aa0..82733de64f41ed0beb5b78e2b763547abed96356 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -388,6 +388,15 @@ class Deoptimizer : public Malloced {
// deoptimizations the input frame is filled in generated code.
void FillInputFrame(Address tos, JavaScriptFrame* frame);
+ // Fill the given output frame's registers to contain the failure handler
+ // address and the number of parameters for a stub failure trampoline.
+ void FillStubFailureTrampolineFrame(FrameDescription* output_frame,
+ CodeStubInterfaceDescriptor* descriptor);
+
+ // Fill the given output frame's double registers with the original values
+ // from the input frame's double registers.
+ void CopyDoubleRegisters(FrameDescription* output_frame);
+
Isolate* isolate_;
JSFunction* function_;
Code* compiled_code_;
« src/arm/frames-arm.cc ('K') | « src/arm/frames-arm.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698