Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h133 kHuge, enumerator
136 kLastCategory = kHuge,
1833 return kHuge; in SelectFreeListCategoryType()
1974 return kHuge; in SelectFastAllocationFreeListCategoryType()
Dspaces.cc1656 Page* page = free_list()->GetPageForCategoryType(kHuge); in AllocateChunk()
3027 for (int i = type; i < kHuge && node == nullptr; i++) { in AllocateChunk()
3035 node = SearchForNodeInList(kHuge, node_size, size_in_bytes); in AllocateChunk()
3038 if (node == nullptr && type != kHuge) { in AllocateChunk()