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

Unified Diff: runtime/vm/snapshot.h

Issue 2669543003: Use the app snapshot when testing with -cdartk. (Closed)
Patch Set: . Created 3 years, 11 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/vm/snapshot.h
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
index 487aaa990b28cedbbcb01af2367b8c80873be4a3..ab120bbbed49ad078cff1eba55b67d2baf365964 100644
--- a/runtime/vm/snapshot.h
+++ b/runtime/vm/snapshot.h
@@ -189,6 +189,7 @@ class Snapshot {
static bool IncludesCode(Kind kind) {
return (kind == kAppJIT) || (kind == kAppAOT);
}
+ static const char* FeaturesString(Kind kind);
const uint8_t* Addr() const { return reinterpret_cast<const uint8_t*>(this); }

Powered by Google App Engine
This is Rietveld 408576698