Searched refs:MaxReserved (Results 1 – 4 of 4) sorted by relevance
156 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()
1368 intptr_t MaxReserved() { in MaxReserved() function
5091 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize())) in SetUp()
7294 heap_statistics->heap_size_limit_ = heap->MaxReserved(); in GetHeapStatistics()