Home
last modified time | relevance | path

Searched refs:IsFromPage (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dnew-spaces-inl.h25 : memory_chunk->IsFromPage(); in Contains()
Dbasic-memory-chunk.h234 bool IsFromPage() const { return IsFlagSet(FROM_PAGE); } in IsFromPage() function
Dnew-spaces.h350 DCHECK(page->IsFromPage()); in NON_EXPORTED_BASE()
Dheap-inl.h430 return BasicMemoryChunk::FromHeapObject(heap_object)->IsFromPage(); in InFromPage()