Home
last modified time | relevance | path

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

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