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

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
Index: runtime/vm/deopt_instructions.h
===================================================================
--- runtime/vm/deopt_instructions.h (revision 16818)
+++ runtime/vm/deopt_instructions.h (working copy)
@@ -123,6 +123,11 @@
// 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);
+ static uword GetReturnAddress(intptr_t deopt_instr,
+ intptr_t deopt_from_index,
+ const Array& object_table,
+ Function* func);
srdjan 2013/01/10 21:53:57 Please add comment about the function's result & o
siva 2013/01/12 00:20:54 Done.
+
protected:
virtual DeoptInstr::Kind kind() const = 0;
virtual intptr_t from_index() const = 0;

Powered by Google App Engine
This is Rietveld 408576698