Searched refs:max_capacity (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | spaces.h | 510 bool Setup(intptr_t max_capacity, intptr_t capacity_executable); 1024 intptr_t max_capacity, 1894 intptr_t max_capacity, in OldSpace() argument 1897 : PagedSpace(heap, max_capacity, id, executable), in OldSpace() 1968 intptr_t max_capacity, in FixedSpace() argument 1972 : PagedSpace(heap, max_capacity, id, NOT_EXECUTABLE), in FixedSpace() 2047 intptr_t max_capacity, in MapSpace() argument 2050 : FixedSpace(heap, max_capacity, id, Map::kSize, "map"), in MapSpace() 2160 CellSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in CellSpace() argument 2161 : FixedSpace(heap, max_capacity, id, JSGlobalPropertyCell::kSize, "cell") in CellSpace()
|
D | spaces.cc | 798 intptr_t max_capacity, in PagedSpace() argument 802 max_capacity_ = (RoundDown(max_capacity, Page::kPageSize) / Page::kPageSize) in PagedSpace()
|