Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-spaces.cc147 CHECK(memory_allocator->IsPageInSpace(p, &faked_space)); in TEST()
161 CHECK(memory_allocator->IsPageInSpace(p, &faked_space)); in TEST()
/external/v8/src/
Dspaces-inl.h332 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) { in IsPageInSpace() function
416 return heap()->isolate()->memory_allocator()->IsPageInSpace(p, this); in Contains()
Dspaces.h625 inline bool IsPageInSpace(Page* p, PagedSpace* space);
Dspaces.cc1131 ASSERT(heap()->isolate()->memory_allocator()->IsPageInSpace(top_page, this)); in Verify()