Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc262 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) { in SetUp() argument
264 capacity_executable_ = RoundUp(capacity_executable, Page::kPageSize); in SetUp()
Dspaces.h1003 bool SetUp(intptr_t max_capacity, intptr_t capacity_executable);