Home
last modified time | relevance | path

Searched refs:MaxReserved (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-spaces.cc127 CHECK(memory_allocator->Setup(heap->MaxReserved(), in TEST()
132 heap->MaxReserved(), in TEST()
193 CHECK(memory_allocator->Setup(heap->MaxReserved(), in TEST()
226 CHECK(memory_allocator->Setup(heap->MaxReserved(), in TEST()
/external/v8/src/
Dheap.h357 intptr_t MaxReserved() { in MaxReserved() function
Dheap.cc4844 if (!isolate_->memory_allocator()->Setup(MaxReserved(), MaxExecutableSize())) in Setup()
Dapi.cc3619 heap_statistics->set_heap_size_limit(heap->MaxReserved()); in GetHeapStatistics()