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

Unified Diff: runtime/vm/symbols.h

Issue 2314133003: AOT: Use a cid range check when possible to implement type tests. (Closed)
Patch Set: symbols Created 4 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/precompiler.cc ('k') | runtime/vm/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 6b40ac4c851e30a57bd4e1593a257c6df86e7156..9aa510c7c78ac75aab7ef2523270b9e81eece747 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -398,6 +398,8 @@ class ObjectPointerVisitor;
V(DartLibrary, "dart.library.") \
V(DartLibraryMirrors, "dart.library.mirrors") \
V(_name, "_name") \
+ V(_classRangeCheck, "_classRangeCheck") \
+ V(_classRangeCheckNegative, "_classRangeCheckNegative") \
// Contains a list of frequently used strings in a canonicalized form. This
« no previous file with comments | « runtime/vm/precompiler.cc ('k') | runtime/vm/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698