Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2459 usable_bytes += small_list_.Concatenate(other->GetFreeListCategory(kSmall)); in AllocateChunk()
2460 usable_bytes += medium_list_.Concatenate(other->GetFreeListCategory(kMedium)); in AllocateChunk()
2461 usable_bytes += large_list_.Concatenate(other->GetFreeListCategory(kLarge)); in AllocateChunk()
2462 usable_bytes += huge_list_.Concatenate(other->GetFreeListCategory(kHuge)); in AllocateChunk()
2516 FreeSpace* node = GetFreeListCategory(category)->PickNodeFromList(node_size); in AllocateChunk()
Dspaces.h1815 FreeListCategory* GetFreeListCategory(FreeListCategoryType category) { in GetFreeListCategory() function