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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 2748073002: Revert "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/aot_optimizer.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index fea9b4d6fca8fd3fb71e30276cb1f1c782de40e2..0be40ef2610a7bfb97d0015e811640690c4ef21e 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -21,8 +21,13 @@ namespace dart {
V(Object_noSuchMethod, 6) \
V(Object_runtimeType, 1) \
V(Object_haveSameRuntimeType, 2) \
- V(Object_instanceOf, 3) \
+ V(Object_instanceOf, 4) \
V(Object_simpleInstanceOf, 2) \
+ V(Object_instanceOfNum, 2) \
+ V(Object_instanceOfInt, 2) \
+ V(Object_instanceOfSmi, 2) \
+ V(Object_instanceOfDouble, 2) \
+ V(Object_instanceOfString, 2) \
V(Object_as, 3) \
V(Function_apply, 2) \
V(Closure_equals, 2) \
« no previous file with comments | « runtime/vm/aot_optimizer.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698