Lines Matching defs:pages
44 // stored within the pages which can be mapped at multiple memory
73 virtual void Initialize(Isolate* isolate, std::vector<ReadOnlyPage*>&& pages,
77 // SharedReadOnlySpace that has pages created from the ReadOnlyArtifacts. This
91 std::vector<ReadOnlyPage*>& pages() { return pages_; }
128 // of pages shared between all Isolates.
134 void Initialize(Isolate* isolate, std::vector<ReadOnlyPage*>&& pages,
146 // with its own set of pages mapped from the canonical set stored here.
150 void Initialize(Isolate* isolate, std::vector<ReadOnlyPage*>&& pages,
178 // Detach the pages and add them to artifacts for using in creating a
179 // SharedReadOnlySpace. Since the current space no longer has any pages, it
218 const std::vector<ReadOnlyPage*>& pages() const { return pages_; }