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

  /external/v8/test/cctest/
test-alloc.cc 76 OldSpace* old_pointer_space = heap->old_pointer_space(); local
80 while (old_pointer_space->Available() > kOldPointerSpaceFillerSize) {
91 ASSERT(kLargeObjectSpaceFillerSize > heap->old_pointer_space()->AreaSize());
test-heap.cc 188 CHECK_EQ(OLD_POINTER_SPACE,
189 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
398 HEAP->CollectGarbage(OLD_POINTER_SPACE);
408 HEAP->CollectGarbage(OLD_POINTER_SPACE);
443 HEAP->CollectGarbage(OLD_POINTER_SPACE);
812 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE
923 Address old_pointer_space_top = HEAP->old_pointer_space()->top();
931 CHECK(HEAP->old_pointer_space()->Contains(clone->address()));
    [all...]
test-serialize.cc 391 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
510 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
608 page_fullness > HEAP->old_pointer_space()->AreaSize()) {
  /external/v8/src/
spaces-inl.h 219 old_pointer_iterator_(heap->old_pointer_space()),
incremental-marking.cc 349 DeactivateIncrementalWriteBarrierForSpace(heap_->old_pointer_space());
383 ActivateIncrementalWriteBarrier(heap_->old_pointer_space());
486 if (heap_->old_pointer_space()->IsSweepingComplete() &&
mark-compact.cc 135 VerifyMarking(heap->old_pointer_space());
216 VerifyEvacuation(heap->old_pointer_space());
251 CollectEvacuationCandidates(heap()->old_pointer_space());
265 heap()->old_pointer_space()->EvictEvacuationCandidatesFromFreeLists();
329 VerifyMarkbitsAreClean(heap_->old_pointer_space());
366 ClearMarkbitsInPagedSpace(heap_->old_pointer_space());
424 case OLD_POINTER_SPACE: return "OLD_POINTER_SPACE";
499 ASSERT(space->identity() == OLD_POINTER_SPACE ||
    [all...]
heap.h 499 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
store-buffer.cc 419 VerifyPointers(heap_->old_pointer_space(),
heap.cc 450 CollectGarbage(OLD_POINTER_SPACE, gc_reason);
472 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL)) {
612 PagedSpace* old_pointer_space = Heap::old_pointer_space(); local
628 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
629 AbortIncrementalMarkingAndCollectGarbage(this, OLD_POINTER_SPACE,
    [all...]
serialize.cc 762 } else if (space_number == OLD_POINTER_SPACE) { \
763 dest_space = isolate->heap()->old_pointer_space(); \
    [all...]
spaces.cc 72 ASSERT(owner == HEAP->old_pointer_space() ||
    [all...]
profile-generator.cc     [all...]

Completed in 103 milliseconds