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

Unified Diff: runtime/vm/assembler_x64.h

Issue 1316673005: Track which entries in the ObjectPool are native entries, and reset them when loading a precompiled… (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
Index: runtime/vm/assembler_x64.h
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
index 5cb3c177044d977de426fa2bc85c2682cdefb770..a6d64db0dc3f2c5be230533751d6b06868353567 100644
--- a/runtime/vm/assembler_x64.h
+++ b/runtime/vm/assembler_x64.h
@@ -763,6 +763,9 @@ class Assembler : public ValueObject {
void LoadExternalLabel(Register dst,
const ExternalLabel* label,
Patchability patchable);
+ void LoadNativeEntry(Register dst,
+ const ExternalLabel* label,
+ Patchability patchable);
void LoadFunctionFromCalleePool(Register dst,
const Function& function,
Register new_pp);

Powered by Google App Engine
This is Rietveld 408576698