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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 11833025: Fix for issue 7757 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « runtime/vm/code_generator.cc ('k') | runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/deopt_instructions.h
===================================================================
--- runtime/vm/deopt_instructions.h (revision 16999)
+++ runtime/vm/deopt_instructions.h (working copy)
@@ -123,6 +123,12 @@
// set the output parameter info_number to the index of the shared suffix.
static intptr_t DecodeSuffix(intptr_t from_index, intptr_t* info_number);
+ // Get the function and return address which is encoded in this
+ // kRetAfterAddress deopt instruction.
+ static uword GetRetAfterAddress(intptr_t deopt_from_index,
+ const Array& object_table,
+ Function* func);
+
protected:
virtual DeoptInstr::Kind kind() const = 0;
virtual intptr_t from_index() const = 0;
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698