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

Unified Diff: runtime/vm/symbols.h

Issue 2805903004: Working implementation of #29153 range check in as-casts. (Closed)
Patch Set: Incorporate @rmacnak's feedback: ZoneHandle, position, symbol null. Created 3 years, 8 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
« runtime/vm/aot_optimizer.cc ('K') | « runtime/vm/method_recognizer.h ('k') | no next file » | 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 17094eda652faf830b58b8cc1c35d304ac104ed4..d2991374bdd9c0da88587b36bd7d2e00c496176d 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -428,6 +428,8 @@ class ObjectPointerVisitor;
V(_name, "_name") \
V(_classRangeCheck, "_classRangeCheck") \
V(_classRangeCheckNegative, "_classRangeCheckNegative") \
+ V(_classRangeAssert, "_classRangeAssert") \
+ V(_classIdEqualsAssert, "_classIdEqualsAssert") \
V(GetRuntimeType, "get:runtimeType") \
V(HaveSameRuntimeType, "_haveSameRuntimeType") \
V(DartDeveloperCausalAsyncStacks, "dart.developer.causal_async_stacks") \
« runtime/vm/aot_optimizer.cc ('K') | « runtime/vm/method_recognizer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698