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

Unified Diff: runtime/include/dart_native_api.h

Issue 2327693002: Add --parse-all option in order to benchmark and measure the scanner/parser performance. (Closed)
Patch Set: Address review comments. Created 4 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
Index: runtime/include/dart_native_api.h
diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
index 7dce495814cdfc72835629063709d65cf9f3fa53..74237c170e1bae4f59bd2297ef2ca81c634331b6 100644
--- a/runtime/include/dart_native_api.h
+++ b/runtime/include/dart_native_api.h
@@ -170,4 +170,10 @@ DART_EXPORT bool Dart_CloseNativePort(Dart_Port native_port_id);
*/
DART_EXPORT Dart_Handle Dart_CompileAll();
+/**
+ * Parses all loaded functions in the current isolate..
+ *
+ */
+DART_EXPORT Dart_Handle Dart_ParseAll();
+
#endif /* INCLUDE_DART_NATIVE_API_H_ */ /* NOLINT */
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/vm/ast_printer.h » ('j') | runtime/vm/compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698