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; |