HomeSort by relevance Sort by last modified time
    Searched refs:old_space (Results 1 - 25 of 25) sorted by null

  /external/v8/test/cctest/heap/
test-spaces.cc 319 OldSpace faked_space(heap, OLD_SPACE, NOT_EXECUTABLE);
390 OldSpace* s = new OldSpace(heap, OLD_SPACE, NOT_EXECUTABLE);
415 new CompactionSpace(heap, OLD_SPACE, NOT_EXECUTABLE);
419 OldSpace* old_space = new OldSpace(heap, OLD_SPACE, NOT_EXECUTABLE); local
420 CHECK(old_space != NULL);
421 CHECK(old_space->SetUp());
434 int pages_in_old_space = old_space->CountTotalPages();
439 old_space->MergeCompactionSpace(compaction_space);
440 CHECK_EQ(old_space->CountTotalPages()
466 OldSpace* old_space = new OldSpace(heap, OLD_SPACE, NOT_EXECUTABLE); local
597 OldSpace* old_space = new OldSpace(heap, OLD_SPACE, NOT_EXECUTABLE); local
    [all...]
test-compaction.cc 36 PageIterator it(heap->old_space());
43 CHECK(heap->old_space()->Expand());
81 PageIterator it(heap->old_space());
90 CHECK(heap->old_space()->Expand());
102 CHECK(heap->old_space()->Expand());
156 PageIterator it(heap->old_space());
166 CHECK(heap->old_space()->Expand());
183 CHECK(heap->old_space()->Expand());
242 PageIterator it(heap->old_space());
252 CHECK(heap->old_space()->Expand())
    [all...]
utils-inl.h 32 heap->old_space()->EmptyAllocationInfo();
33 int overall_free_memory = static_cast<int>(heap->old_space()->Available());
51 heap->CreateFillerObjectAt(*heap->old_space()->allocation_top_address(),
test-alloc.cc 55 SimulateFullSpace(heap->old_space());
59 SimulateFullSpace(heap->old_space());
66 CHECK(kLargeObjectSpaceFillerSize > heap->old_space()->AreaSize());
test-incremental-marking.cc 123 SimulateFullSpace(CcTest::heap()->old_space());
148 SimulateFullSpace(CcTest::heap()->old_space());
174 SimulateFullSpace(CcTest::heap()->old_space());
test-heap.cc 654 heap->CollectGarbage(OLD_SPACE);
707 heap->CollectGarbage(OLD_SPACE);
726 SimulateFullSpace(heap->old_space());
3525 PagedSpace* old_space = heap->old_space(); local
5506 PagedSpace* old_space = i_isolate->heap()->old_space(); local
    [all...]
test-lab.cc 17 AllocationResult result = heap->old_space()->AllocateRaw(
test-mark-compact.cc 102 CHECK(heap->InSpace(*array, OLD_SPACE));
124 SimulateFullSpace(heap->old_space());
127 heap->CollectGarbage(OLD_SPACE);
143 heap->CollectGarbage(OLD_SPACE, "trigger 1");
170 heap->CollectGarbage(OLD_SPACE, "trigger 4");
188 heap->CollectGarbage(OLD_SPACE, "trigger 5");
313 heap->CollectGarbage(OLD_SPACE);
340 heap->CollectGarbage(OLD_SPACE);
353 heap->CollectGarbage(OLD_SPACE);
  /external/v8/src/extensions/
statistics-extension.cc 123 {heap->old_space()->Size(), "old_space_live_bytes"},
124 {heap->old_space()->Available(), "old_space_available_bytes"},
125 {heap->old_space()->CommittedMemory(), "old_space_commited_bytes"},
  /external/v8/test/cctest/
test-slots-buffer.cc 23 CHECK(heap->old_space()->Contains(*array));
104 SimulateFullSpace(heap->old_space());
test-weakmaps.cc 188 Page* first_page = heap->old_space()->anchor()->next_page();
189 SimulateFullSpace(heap->old_space());
227 Page* first_page = heap->old_space()->anchor()->next_page();
228 SimulateFullSpace(heap->old_space());
test-weaksets.cc 187 Page* first_page = heap->old_space()->anchor()->next_page();
188 SimulateFullSpace(heap->old_space());
226 Page* first_page = heap->old_space()->anchor()->next_page();
227 SimulateFullSpace(heap->old_space());
test-unboxed-doubles.cc 1092 PagedSpace* old_space = heap->old_space(); local
1433 PagedSpace* old_space = heap->old_space(); local
1495 PagedSpace* old_space = heap->old_space(); local
    [all...]
test-dictionary.cc 179 SimulateFullSpace(CcTest::heap()->old_space());
210 SimulateFullSpace(CcTest::heap()->old_space());
test-api.cc 637 SimulateFullSpace(CcTest::heap()->old_space());
767 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring));
770 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE);
791 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring));
794 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE);
    [all...]
  /art/runtime/gc/space/
space_create_test.cc 172 space::Space* old_space = space; local
176 heap->RemoveSpace(old_space);
182 delete old_space;
  /external/v8/src/heap/
mark-compact.cc 152 VerifyMarking(heap->old_space());
215 if (FLAG_use_allocation_folding && (space == heap->old_space())) {
229 VerifyEvacuation(heap, heap->old_space());
246 free_list_old_space_.Reset(new FreeList(heap_->old_space()));
291 CollectEvacuationCandidates(heap()->old_space());
303 heap()->old_space()->EvictEvacuationCandidatesFromLinearAllocationArea();
350 VerifyValidSlotsBufferEntries(heap(), heap()->old_space());
412 VerifyMarkbitsAreClean(heap_->old_space());
469 ClearMarkbitsInPagedSpace(heap_->old_space());
530 new SweeperTask(heap(), heap()->old_space()),
    [all...]
scavenger.cc 179 heap->old_space()->AllocateRaw(object_size, alignment);
spaces-inl.h 253 old_iterator_(heap->old_space()),
394 DCHECK(identity() == OLD_SPACE);
incremental-marking.cc 394 DeactivateIncrementalWriteBarrierForSpace(heap_->old_space());
426 ActivateIncrementalWriteBarrier(heap_->old_space());
    [all...]
heap.cc 487 case OLD_SPACE:
488 return "old_space";
698 (old_space()->CommittedMemory() * 100.0) / CommittedMemory()));
739 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(old_space)
870 CollectGarbage(OLD_SPACE, gc_reason, gc_callback_flags);
    [all...]
heap.h 1081 OldSpace* old_space() { return old_space_; } function in class:v8::internal::Heap
    [all...]
spaces.cc 33 DCHECK(owner == page->heap()->old_space() ||
945 STATIC_ASSERT(static_cast<ObjectSpace>(1 << AllocationSpace::OLD_SPACE) ==
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 35 DCHECK(isolate->heap()->old_space()->FirstPage()->Contains(
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 658 CHECK(t.heap()->old_space()->Contains(result) || flag[i] == NOT_TENURED);
    [all...]

Completed in 250 milliseconds