| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 26933)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -325,6 +325,11 @@
|
| }
|
|
|
|
|
| +void FlowGraphCompiler::SetNeedsStacktrace(intptr_t try_index) {
|
| + exception_handlers_list_->SetNeedsStacktrace(try_index);
|
| +}
|
| +
|
| +
|
| // Uses current pc position and try-index.
|
| void FlowGraphCompiler::AddCurrentDescriptor(PcDescriptors::Kind kind,
|
| intptr_t deopt_id,
|
|
|