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

Unified Diff: runtime/vm/object.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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 9d1326eb06193c6daccbd65ddb5eb66294365fa9..6cfb78dd343d2cf4b2f9e78dbd8e354b72d760e8 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3604,6 +3604,7 @@ class ObjectPool : public Object {
kTaggedObject,
kImmediate,
kExternalLabel,
+ kNativeEntry,
};
struct Entry {
« no previous file with comments | « runtime/vm/native_entry.h ('k') | runtime/vm/object.cc » ('j') | runtime/vm/simulator_arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698