Home
last modified time | relevance | path

Searched refs:IsPagedSpace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h640 bool IsPagedSpace() const;
1262 if (chunk->IsPagedSpace() && chunk->executable() != EXECUTABLE) { in AddMemoryChunkSafe()
Dspaces.cc801 bool MemoryChunk::IsPagedSpace() const { in IsPagedSpace() function in v8::internal::MemoryChunk
1348 if (IsPagedSpace()) { in AllocateChunk()