Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2297 Page* page_for_node = Page::FromAddress(cur_node->address()); in AllocateChunk() local
2298 if (page_for_node == p) { in AllocateChunk()
2378 Page* page_for_node = Page::FromAddress(cur_node->address()); in AllocateChunk() local
2380 if ((size >= size_in_bytes) || !page_for_node->CanAllocate()) { in AllocateChunk()
2394 if (!page_for_node->CanAllocate()) { in AllocateChunk()
2395 page_for_node->add_available_in_free_list(type_, -size); in AllocateChunk()