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

Unified Diff: runtime/vm/parser.cc

Issue 304703002: Split GuardField into GuardFieldType and GuardFieldLength instructions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index 51a1005ff694d8f517105fc1b1f063bbd3e301d9..b975aa212f25faffc6d613f4284e6f21ebb59c8c 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -2297,7 +2297,7 @@ void Parser::CheckFieldsInitialized(const Class& cls) {
if (found) continue;
- field.UpdateGuardedCidAndLength(Object::Handle(isolate()));
+ field.RecordStore(Object::Handle(isolate()));
}
}

Powered by Google App Engine
This is Rietveld 408576698