Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2204 int actual_pages = 0; in AllocateChunk() local
2208 while (current_page != nullptr && actual_pages < expected_pages) { in AllocateChunk()
2209 actual_pages++; in AllocateChunk()
2228 while (actual_pages < expected_pages) { in AllocateChunk()
2229 actual_pages++; in AllocateChunk()