Home
last modified time | relevance | path

Searched defs:first_page (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlarge-spaces.h105 LargePage* first_page() override { in first_page() function
108 const LargePage* first_page() const override { in first_page() function
Dnew-spaces.h141 Page* first_page() override { in first_page() function
148 const Page* first_page() const override { in first_page() function
Dspaces.h175 virtual MemoryChunk* first_page() { return memory_chunk_list_.front(); } in first_page() function
178 virtual const MemoryChunk* first_page() const { in first_page() function