Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-spaces.cc156 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in VerifyMemoryChunk()
211 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
313 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
359 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
386 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
411 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
458 CHECK(allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
/external/v8/src/heap/
Dheap.h1368 intptr_t MaxReserved() { in MaxReserved() function
Dheap.cc5091 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize())) in SetUp()
/external/v8/src/
Dapi.cc7294 heap_statistics->heap_size_limit_ = heap->MaxReserved(); in GetHeapStatistics()