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

Side by Side Diff: runtime/vm/bootstrap_natives.h

Issue 1244733002: - Implement VM parts of https://codereview.chromium.org/1240743003/ (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update isolate.status file as expected. Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | runtime/vm/isolate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_BOOTSTRAP_NATIVES_H_ 5 #ifndef VM_BOOTSTRAP_NATIVES_H_
6 #define VM_BOOTSTRAP_NATIVES_H_ 6 #define VM_BOOTSTRAP_NATIVES_H_
7 7
8 #include "vm/native_entry.h" 8 #include "vm/native_entry.h"
9 9
10 // bootstrap dart natives used in the core dart library. 10 // bootstrap dart natives used in the core dart library.
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 V(Int32x4_shuffleMix, 3) \ 291 V(Int32x4_shuffleMix, 3) \
292 V(Int32x4_getFlagX, 1) \ 292 V(Int32x4_getFlagX, 1) \
293 V(Int32x4_getFlagY, 1) \ 293 V(Int32x4_getFlagY, 1) \
294 V(Int32x4_getFlagZ, 1) \ 294 V(Int32x4_getFlagZ, 1) \
295 V(Int32x4_getFlagW, 1) \ 295 V(Int32x4_getFlagW, 1) \
296 V(Int32x4_setFlagX, 2) \ 296 V(Int32x4_setFlagX, 2) \
297 V(Int32x4_setFlagY, 2) \ 297 V(Int32x4_setFlagY, 2) \
298 V(Int32x4_setFlagZ, 2) \ 298 V(Int32x4_setFlagZ, 2) \
299 V(Int32x4_setFlagW, 2) \ 299 V(Int32x4_setFlagW, 2) \
300 V(Int32x4_select, 3) \ 300 V(Int32x4_select, 3) \
301 V(Isolate_spawnFunction, 4) \ 301 V(Isolate_spawnFunction, 7) \
302 V(Isolate_spawnUri, 7) \ 302 V(Isolate_spawnUri, 10) \
303 V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \ 303 V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \
304 V(Isolate_sendOOB, 2) \ 304 V(Isolate_sendOOB, 2) \
305 V(Mirrors_evalInLibraryWithPrivateKey, 2) \ 305 V(Mirrors_evalInLibraryWithPrivateKey, 2) \
306 V(Mirrors_makeLocalClassMirror, 1) \ 306 V(Mirrors_makeLocalClassMirror, 1) \
307 V(Mirrors_makeLocalTypeMirror, 1) \ 307 V(Mirrors_makeLocalTypeMirror, 1) \
308 V(Mirrors_mangleName, 2) \ 308 V(Mirrors_mangleName, 2) \
309 V(MirrorReference_equals, 2) \ 309 V(MirrorReference_equals, 2) \
310 V(MirrorSystem_libraries, 0) \ 310 V(MirrorSystem_libraries, 0) \
311 V(MirrorSystem_isolate, 0) \ 311 V(MirrorSystem_isolate, 0) \
312 V(InstanceMirror_invoke, 5) \ 312 V(InstanceMirror_invoke, 5) \
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 static void DN_##name(Dart_NativeArguments args); 402 static void DN_##name(Dart_NativeArguments args);
403 403
404 BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE) 404 BOOTSTRAP_NATIVE_LIST(DECLARE_BOOTSTRAP_NATIVE)
405 405
406 #undef DECLARE_BOOTSTRAP_NATIVE 406 #undef DECLARE_BOOTSTRAP_NATIVE
407 }; 407 };
408 408
409 } // namespace dart 409 } // namespace dart
410 410
411 #endif // VM_BOOTSTRAP_NATIVES_H_ 411 #endif // VM_BOOTSTRAP_NATIVES_H_
OLDNEW
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | runtime/vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698