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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 23645003: Esoteric bit operations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/bigint_operations.cc ('k') | runtime/vm/intrinsifier.h » ('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 8d807f47d7b44c5c903e14c9affda5419ec4118a..4dc45cc6e4c92df1d365ddb9628a3f06e010e19f 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -45,9 +45,12 @@ namespace dart {
V(Smi_shlFromInt, 2) \
V(Smi_shrFromInt, 2) \
V(Smi_bitNegate, 1) \
+ V(Smi_bitLength, 1) \
V(Mint_bitNegate, 1) \
+ V(Mint_bitLength, 1) \
V(Mint_shlFromInt, 2) \
V(Bigint_bitNegate, 1) \
+ V(Bigint_bitLength, 1) \
V(Bigint_shlFromInt, 2) \
V(Double_getIsNegative, 1) \
V(Double_getIsInfinite, 1) \
« no previous file with comments | « runtime/vm/bigint_operations.cc ('k') | runtime/vm/intrinsifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698