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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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/tests/vm/dart/isolate_unhandled_exception_uri_test.dart ('k') | runtime/vm/custom_isolate_test.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 7e1e0974e71cdef3faa45ed87cd976a6707ddce6..65dfbedbe6eefca01cf227935622952e11ee584b 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -39,8 +39,8 @@ namespace dart {
V(Integer_equalToInteger, 2) \
V(Integer_parse, 1) \
V(Integer_leftShiftWithMask32, 3) \
- V(ReceivePortImpl_factory, 1) \
- V(ReceivePortImpl_closeInternal, 1) \
+ V(RawReceivePortImpl_factory, 1) \
+ V(RawReceivePortImpl_closeInternal, 1) \
V(SendPortImpl_sendInternal_, 3) \
V(Smi_shlFromInt, 2) \
V(Smi_shrFromInt, 2) \
@@ -249,7 +249,7 @@ namespace dart {
V(Uint32x4_setFlagW, 2) \
V(Uint32x4_select, 3) \
V(isolate_getPortInternal, 0) \
- V(isolate_spawnFunction, 2) \
+ V(isolate_spawnFunction, 1) \
V(isolate_spawnUri, 1) \
V(Mirrors_isLocalPort, 1) \
V(Mirrors_makeLocalClassMirror, 1) \
« no previous file with comments | « runtime/tests/vm/dart/isolate_unhandled_exception_uri_test.dart ('k') | runtime/vm/custom_isolate_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698