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

Unified Diff: runtime/bin/main.cc

Issue 2786483002: AOT compiler changes for dart_content_handler: (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/BUILD.gn ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 7f294399bb928f8546d1c5fa8e1db84ad6e1171b..17f27bf460f653c6e38fe2cf74f385f6d6c064a8 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1322,15 +1322,16 @@ bool RunMainIsolate(const char* script_name, CommandLineOptions* dart_options) {
{"dart:_builtin", "::", "_getMainClosure"},
{"dart:_builtin", "::", "_getPrintClosure"},
{"dart:_builtin", "::", "_getUriBaseClosure"},
+ {"dart:_builtin", "::", "_libraryFilePath"},
{"dart:_builtin", "::", "_resolveInWorkingDirectory"},
- {"dart:_builtin", "::", "_setWorkingDirectory"},
{"dart:_builtin", "::", "_setPackageRoot"},
{"dart:_builtin", "::", "_setPackagesMap"},
- {"dart:_builtin", "::", "_libraryFilePath"},
- {"dart:io", "::", "_makeUint8ListView"},
+ {"dart:_builtin", "::", "_setWorkingDirectory"},
+ {"dart:async", "::", "_setScheduleImmediateClosure"},
+ {"dart:io", "::", "_getWatchSignalInternal"},
{"dart:io", "::", "_makeDatagram"},
+ {"dart:io", "::", "_makeUint8ListView"},
{"dart:io", "::", "_setupHooks"},
- {"dart:io", "::", "_getWatchSignalInternal"},
{"dart:io", "CertificateException", "CertificateException."},
{"dart:io", "Directory", "Directory."},
{"dart:io", "File", "File."},
@@ -1340,17 +1341,20 @@ bool RunMainIsolate(const char* script_name, CommandLineOptions* dart_options) {
{"dart:io", "OSError", "OSError."},
{"dart:io", "TlsException", "TlsException."},
{"dart:io", "X509Certificate", "X509Certificate._"},
- {"dart:io", "_ExternalBuffer", "set:data"},
- {"dart:io", "_ExternalBuffer", "get:start"},
- {"dart:io", "_ExternalBuffer", "set:start"},
{"dart:io", "_ExternalBuffer", "get:end"},
+ {"dart:io", "_ExternalBuffer", "get:start"},
+ {"dart:io", "_ExternalBuffer", "set:data"},
{"dart:io", "_ExternalBuffer", "set:end"},
+ {"dart:io", "_ExternalBuffer", "set:start"},
{"dart:io", "_Platform", "set:_nativeScript"},
{"dart:io", "_ProcessStartStatus", "set:_errorCode"},
{"dart:io", "_ProcessStartStatus", "set:_errorMessage"},
- {"dart:io", "_SecureFilterImpl", "get:buffers"},
{"dart:io", "_SecureFilterImpl", "get:ENCRYPTED_SIZE"},
{"dart:io", "_SecureFilterImpl", "get:SIZE"},
+ {"dart:io", "_SecureFilterImpl", "get:buffers"},
+ {"dart:isolate", "::", "_getIsolateScheduleImmediateClosure"},
+ {"dart:isolate", "::", "_setupHooks"},
+ {"dart:isolate", "::", "_startMainIsolate"},
{"dart:vmservice_io", "::", "main"},
{NULL, NULL, NULL} // Must be terminated with NULL entries.
};
« no previous file with comments | « runtime/BUILD.gn ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698