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

Unified Diff: runtime/vm/symbols.h

Issue 2748063003: Reland "VM: Simplify lowering of is-tests."" (Closed)
Patch Set: Created 3 years, 9 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/simulator_dbc.cc ('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 edc7f1bbfc2ef79526ca3e2fafdbefb1be7c0fe3..2872f99167a5e57901e787a7b4103723e31210e9 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -347,11 +347,6 @@ class ObjectPointerVisitor;
V(_simpleInstanceOf, "_simpleInstanceOf") \
V(_simpleInstanceOfTrue, "_simpleInstanceOfTrue") \
V(_simpleInstanceOfFalse, "_simpleInstanceOfFalse") \
- V(_instanceOfSmi, "_instanceOfSmi") \
- V(_instanceOfNum, "_instanceOfNum") \
- V(_instanceOfInt, "_instanceOfInt") \
- V(_instanceOfDouble, "_instanceOfDouble") \
- V(_instanceOfString, "_instanceOfString") \
V(_as, "_as") \
V(GetterPrefix, "get:") \
V(ClosurizePrefix, "get:#") \
« no previous file with comments | « runtime/vm/simulator_dbc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698