Index: runtime/vm/flow_graph_compiler_arm.cc |
diff --git a/runtime/vm/flow_graph_compiler_arm.cc b/runtime/vm/flow_graph_compiler_arm.cc |
index 738a2bb797fa719d51cf79d3c72620c15e0c0cc0..a66bc102c1e716e66f7af0d99502d138b18377ab 100644 |
--- a/runtime/vm/flow_graph_compiler_arm.cc |
+++ b/runtime/vm/flow_graph_compiler_arm.cc |
@@ -1094,6 +1094,16 @@ void FlowGraphCompiler::GenerateCall(TokenPosition token_pos, |
} |
+void FlowGraphCompiler::GeneratePatchableCall(TokenPosition token_pos, |
+ const StubEntry& stub_entry, |
+ RawPcDescriptors::Kind kind, |
+ LocationSummary* locs) { |
+ __ BranchLinkPatchable(stub_entry); |
+ AddCurrentDescriptor(kind, Thread::kNoDeoptId, token_pos); |
+ RecordSafepoint(locs); |
+} |
+ |
+ |
void FlowGraphCompiler::GenerateDartCall(intptr_t deopt_id, |
TokenPosition token_pos, |
const StubEntry& stub_entry, |