HomeSort by relevance Sort by last modified time
    Searched refs:IsPageInSpace (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-spaces.cc 147 CHECK(memory_allocator->IsPageInSpace(p, &faked_space));
161 CHECK(memory_allocator->IsPageInSpace(p, &faked_space));
  /external/v8/src/
spaces-inl.h 332 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) {
416 return heap()->isolate()->memory_allocator()->IsPageInSpace(p, this);
spaces.h 625 inline bool IsPageInSpace(Page* p, PagedSpace* space);
    [all...]
spaces.cc     [all...]

Completed in 36 milliseconds