Home
last modified time | relevance | path

Searched defs:max_capacity (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.h2596 OldSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id, in OldSpace()
2619 MapSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in MapSpace()
2659 CellSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in CellSpace()
2684 PropertyCellSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in PropertyCellSpace()
Dspaces.cc880 PagedSpace::PagedSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id, in PagedSpace()
2797 LargeObjectSpace::LargeObjectSpace(Heap* heap, intptr_t max_capacity, in LargeObjectSpace()
/external/v8/src/
Dhydrogen.cc1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap); in BuildCheckForCapacityGrow() local