Searched refs:IsPageInSpace (Results 1 – 4 of 4) sorted by relevance
147 CHECK(memory_allocator->IsPageInSpace(p, &faked_space)); in TEST()161 CHECK(memory_allocator->IsPageInSpace(p, &faked_space)); in TEST()
332 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) { in IsPageInSpace() function416 return heap()->isolate()->memory_allocator()->IsPageInSpace(p, this); in Contains()
625 inline bool IsPageInSpace(Page* p, PagedSpace* space);
1131 ASSERT(heap()->isolate()->memory_allocator()->IsPageInSpace(top_page, this)); in Verify()