Lines Matching refs:SetUp
156 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in VerifyMemoryChunk()
211 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
215 if (!code_range->SetUp( in TEST()
267 if (!code_range->SetUp(code_range_size)) return; in TEST()
313 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
359 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
365 CHECK(new_space.SetUp(CcTest::heap()->ReservedSemiSpaceSize(), in TEST()
386 CHECK(memory_allocator->SetUp(heap->MaxReserved(), in TEST()
393 CHECK(s->SetUp()); in TEST()
411 memory_allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
417 CHECK(compaction_space->SetUp()); in TEST()
421 CHECK(old_space->SetUp()); in TEST()
458 CHECK(allocator->SetUp(heap->MaxReserved(), heap->MaxExecutableSize())); in TEST()
464 CHECK(compaction_space->SetUp()); in TEST()
468 CHECK(old_space->SetUp()); in TEST()
599 CHECK(old_space->SetUp()); in TestCompactionSpaceDivide()