Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2438 large_list_(this, kLarge), in AllocateChunk()
2461 usable_bytes += large_list_.Concatenate(other->GetFreeListCategory(kLarge)); in AllocateChunk()
2473 large_list_.Reset(); in AllocateChunk()
2503 large_list_.Free(free_space, size_in_bytes); in AllocateChunk()
2568 node = large_list_.PickNodeFromList(size_in_bytes, node_size); in AllocateChunk()
2690 large_list_.EvictFreeListItemsInList(p); in AllocateChunk()
2700 large_list_.EvictFreeListItemsInList(p); in AllocateChunk()
2707 large_list_.RepairFreeList(heap); in AllocateChunk()
2744 large_list_.IsVeryLong() || huge_list_.IsVeryLong(); in AllocateChunk()
2754 sum += large_list_.SumFreeList(); in AllocateChunk()
Dspaces.h1767 large_list_.available() + huge_list_.available(); in Available()
1780 large_list_.IsEmpty() && huge_list_.IsEmpty(); in IsEmpty()
1822 return &large_list_; in GetFreeListCategory()
1837 FreeListCategory large_list_; variable