Home
last modified time | relevance | path

Searched refs:CanExpand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1169 bool PagedSpace::CanExpand(size_t size) { in AllocateChunk() function in v8::internal::PagedSpace
1188 if (!CanExpand(size)) return false; in AllocateChunk()
Dspaces.h2137 bool CanExpand(size_t size);
/external/v8/test/cctest/heap/
Dtest-heap.cc5510 for (int i = 0; (i < kMaxObjects) && old_space->CanExpand(Page::kPageSize); in UNINITIALIZED_TEST()