Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: runtime/vm/assembler_mips.h

Issue 1358773002: Load the native call wrapper via Thread. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/assembler_arm64.cc ('k') | runtime/vm/assembler_mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « runtime/vm/assembler_arm64.cc ('k') | runtime/vm/assembler_mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698