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

Unified Diff: runtime/vm/isolate.h

Issue 2654183002: Rename references to "external pages" as "snapshot pages" to avoid confusion with the kind of exter… (Closed)
Patch Set: image 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/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index 3367671ecff81251c63bccd21c86164f780c5b38..d8cbf41a907499b1c7c5253478d2dbadd75104b6 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -255,9 +255,7 @@ class Isolate : public BaseIsolate {
library_tag_handler_ = value;
}
- void SetupInstructionsSnapshotPage(
- const uint8_t* instructions_snapshot_buffer);
- void SetupDataSnapshotPage(const uint8_t* instructions_snapshot_buffer);
+ void SetupImagePage(const uint8_t* snapshot_buffer, bool is_executable);
void ScheduleMessageInterrupts();
« no previous file with comments | « runtime/vm/heap.cc ('k') | runtime/vm/isolate.cc » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698