Searched refs:MaxExecutableSize (Results 1 – 3 of 3) sorted by relevance
157 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()
1376 intptr_t MaxExecutableSize() { return max_executable_size_; } in MaxExecutableSize() function
5091 if (!isolate_->memory_allocator()->SetUp(MaxReserved(), MaxExecutableSize())) in SetUp()