| Index: runtime/vm/code_descriptors.h
|
| ===================================================================
|
| --- runtime/vm/code_descriptors.h (revision 11533)
|
| +++ runtime/vm/code_descriptors.h (working copy)
|
| @@ -50,10 +50,10 @@
|
| intptr_t deopt_id,
|
| intptr_t token_index,
|
| intptr_t try_index);
|
| - void AddDeoptInfo(intptr_t pc_offset,
|
| - intptr_t deopt_id,
|
| - intptr_t token_index,
|
| - intptr_t deopt_array_index);
|
| + void AddDeoptIndex(intptr_t pc_offset,
|
| + intptr_t deopt_id,
|
| + intptr_t deopt_reason,
|
| + intptr_t deopt_array_index);
|
|
|
| RawPcDescriptors* FinalizePcDescriptors(uword entry_point);
|
|
|
|
|