| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index 252839983a1f9a517ca5738a6900e26af0c83079..4368707330b3ed36f6ab1f8bd52e5f098b4c24f7 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -905,8 +905,6 @@ class Assembler : public ValueObject {
|
|
|
| void Branch(const StubEntry& stub_entry, Register pp = PP);
|
|
|
| - void BranchLink(const ExternalLabel* label, Patchability patchable);
|
| -
|
| void BranchLink(const StubEntry& stub_entry,
|
| Patchability patchable = kNotPatchable);
|
|
|
| @@ -1512,9 +1510,6 @@ class Assembler : public ValueObject {
|
|
|
| void LoadObject(Register rd, const Object& object);
|
| void LoadUniqueObject(Register rd, const Object& object);
|
| - void LoadExternalLabel(Register rd,
|
| - const ExternalLabel* label,
|
| - Patchability patchable);
|
| void LoadFunctionFromCalleePool(Register dst,
|
| const Function& function,
|
| Register new_pp);
|
|
|