/external/chromium_org/v8/src/ |
sweeper-thread.cc | 45 collector_->SweepInParallel(heap_->old_pointer_space());
|
spaces-inl.h | 210 old_pointer_iterator_(heap->old_pointer_space()),
|
mark-compact.cc | 137 VerifyMarking(heap->old_pointer_space()); 223 VerifyEvacuation(heap->old_pointer_space()); 335 free_list_old_pointer_space_.Reset(new FreeList(heap_->old_pointer_space())); 371 CollectEvacuationCandidates(heap()->old_pointer_space()); 388 heap()->old_pointer_space()->EvictEvacuationCandidatesFromFreeLists(); 471 VerifyMarkbitsAreClean(heap_->old_pointer_space()); 534 ClearMarkbitsInPagedSpace(heap_->old_pointer_space()); 584 new SweeperTask(heap(), heap()->old_pointer_space()), 603 RefillFreeList(heap()->paged_space(OLD_POINTER_SPACE)); 605 heap()->paged_space(OLD_POINTER_SPACE)->ResetUnsweptFreeBytes() [all...] |
incremental-marking.cc | 391 DeactivateIncrementalWriteBarrierForSpace(heap_->old_pointer_space()); 426 ActivateIncrementalWriteBarrier(heap_->old_pointer_space()); [all...] |
heap.cc | 643 (old_pointer_space()->CommittedMemory() * 100.0) / 703 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(old_pointer_space) 732 CollectGarbage(OLD_POINTER_SPACE, gc_reason, gc_callback_flags); [all...] |
heap.h | 626 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap [all...] |
heap-snapshot-generator.cc | [all...] |
spaces.cc | 50 ASSERT(owner == page->heap()->old_pointer_space() || [all...] |
objects.cc | [all...] |
api.cc | [all...] |
/external/chromium_org/v8/src/extensions/ |
statistics-extension.cc | 105 AddNumber(args.GetIsolate(), result, heap->old_pointer_space()->Size(), 107 AddNumber(args.GetIsolate(), result, heap->old_pointer_space()->Available(), 110 heap->old_pointer_space()->CommittedMemory(),
|
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 63 SimulateFullSpace(heap->old_pointer_space()); 70 ASSERT(kLargeObjectSpaceFillerSize > heap->old_pointer_space()->AreaSize());
|
test-dictionary.cc | 185 SimulateFullSpace(CcTest::heap()->old_pointer_space()); 231 SimulateFullSpace(CcTest::heap()->old_pointer_space());
|
test-weakmaps.cc | 196 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); 234 Page* first_page = heap->old_pointer_space()->anchor()->next_page();
|
test-weaksets.cc | 196 Page* first_page = heap->old_pointer_space()->anchor()->next_page(); 234 Page* first_page = heap->old_pointer_space()->anchor()->next_page();
|
test-heap.cc | 464 heap->CollectGarbage(OLD_POINTER_SPACE); 517 heap->CollectGarbage(OLD_POINTER_SPACE); 916 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE 2980 PagedSpace* old_pointer_space = heap->old_pointer_space(); local [all...] |
test-mark-compact.cc | 95 heap->CollectGarbage(OLD_POINTER_SPACE); 98 CHECK(heap->InSpace(*array, OLD_POINTER_SPACE)); 120 SimulateFullSpace(heap->old_pointer_space()); 123 heap->CollectGarbage(OLD_POINTER_SPACE); 138 heap->CollectGarbage(OLD_POINTER_SPACE, "trigger 1"); 165 heap->CollectGarbage(OLD_POINTER_SPACE, "trigger 4"); 183 heap->CollectGarbage(OLD_POINTER_SPACE, "trigger 5"); 310 heap->CollectGarbage(OLD_POINTER_SPACE); 339 heap->CollectGarbage(OLD_POINTER_SPACE); 352 heap->CollectGarbage(OLD_POINTER_SPACE); [all...] |
test-api.cc | 682 SimulateFullSpace(CcTest::heap()->old_pointer_space()); [all...] |