Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 40711) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -1377,6 +1377,7 @@ |
| CodePatcher::PatchStaticCallAt(frame->pc(), |
| caller_code, |
| alloc_stub.EntryPoint()); |
| + caller_code.SetStubCallTargetCodeAt(frame->pc(), alloc_stub); |
| } |
| if (FLAG_trace_patching) { |
| OS::PrintErr("FixAllocationStubTarget: caller %#" Px " alloc-class %s " |