| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 95c474bc5e749e495df7a86a2ce66e1191915777..4f6eac34621fe52a069c76daedb6be0469e5f6ff 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -773,6 +773,7 @@ class Assembler : public ValueObject {
|
| void J(Condition condition, const StubEntry& stub_entry, Register pp);
|
| void CallPatchable(const StubEntry& stub_entry);
|
| void Call(const StubEntry& stub_entry);
|
| + void CallToRuntime();
|
| // Emit a call that shares its object pool entries with other calls
|
| // that have the same equivalence marker.
|
| void CallWithEquivalence(const StubEntry& stub_entry,
|
|
|