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

Unified Diff: runtime/vm/assembler.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 | « no previous file | runtime/vm/assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler.h
diff --git a/runtime/vm/assembler.h b/runtime/vm/assembler.h
index bd3ca5b57dba1ef06b31a132ad7aec3799dee3fa..c414c0d56e740fea35f538ae8d46ccc468a2db37 100644
--- a/runtime/vm/assembler.h
+++ b/runtime/vm/assembler.h
@@ -290,14 +290,10 @@ class ObjectPoolWrapper : public ValueObject {
intptr_t AddObject(const Object& obj,
Patchability patchable = kNotPatchable);
intptr_t AddImmediate(uword imm);
- intptr_t AddExternalLabel(const ExternalLabel* label,
- Patchability patchable);
intptr_t FindObject(const Object& obj,
Patchability patchable = kNotPatchable);
intptr_t FindImmediate(uword imm);
- intptr_t FindExternalLabel(const ExternalLabel* label,
- Patchability patchable);
intptr_t FindNativeEntry(const ExternalLabel* label,
Patchability patchable);
« no previous file with comments | « no previous file | runtime/vm/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698