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

Unified Diff: runtime/bin/vmservice_impl.h

Issue 1418833004: VM: Service isolate under precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/bin/vmservice_dartium.cc ('k') | runtime/bin/vmservice_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice_impl.h
diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
index e53c7520488772d462208d386c6cdd598e33da38..590aece09f36ed28b6676d57fb0fb089d0fe0e8e 100644
--- a/runtime/bin/vmservice_impl.h
+++ b/runtime/bin/vmservice_impl.h
@@ -14,7 +14,11 @@ namespace bin {
class VmService {
public:
- static bool Setup(const char* server_ip, intptr_t server_port);
+ static bool LoadForGenPrecompiled();
+
+ static bool Setup(const char* server_ip,
+ intptr_t server_port,
+ bool running_precompiled);
// Error message if startup failed.
static const char* GetErrorMessage();
@@ -37,6 +41,7 @@ class VmService {
static void SetServerIPAndPort(const char* ip, intptr_t port);
static Dart_Handle GetSource(const char* name);
static Dart_Handle LoadScript(const char* name);
+ static Dart_Handle LoadLibrary(const char* name);
static Dart_Handle LoadSource(Dart_Handle library, const char* name);
static Dart_Handle LoadResources(Dart_Handle library);
static Dart_Handle LoadResource(Dart_Handle library, const char* name);
« no previous file with comments | « runtime/bin/vmservice_dartium.cc ('k') | runtime/bin/vmservice_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698