Home
last modified time | relevance | path

Searched refs:MaxExecutableSize (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-spaces.cc157 heap->MaxExecutableSize())); in VerifyMemoryChunk()
211 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
314 heap->MaxExecutableSize())); in TEST()
360 heap->MaxExecutableSize())); in TEST()
387 heap->MaxExecutableSize())); 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.h1376 intptr_t MaxExecutableSize() { return max_executable_size_; } in MaxExecutableSize() function
Dheap.cc5091 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize())) in SetUp()