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

  /external/v8/test/cctest/
test-mark-compact.cc 107 HEAP->CollectGarbage(OLD_POINTER_SPACE);
110 CHECK(HEAP->InSpace(*array, OLD_POINTER_SPACE));
124 HEAP->CollectGarbage(OLD_POINTER_SPACE);
152 HEAP->CollectGarbage(OLD_POINTER_SPACE);
161 HEAP->CollectGarbage(OLD_POINTER_SPACE);
202 HEAP->CollectGarbage(OLD_POINTER_SPACE);
224 HEAP->CollectGarbage(OLD_POINTER_SPACE);
298 HEAP->CollectGarbage(OLD_POINTER_SPACE);
369 HEAP->CollectGarbage(OLD_POINTER_SPACE);
397 HEAP->CollectGarbage(OLD_POINTER_SPACE);
    [all...]
test-spaces.cc 141 OLD_POINTER_SPACE,
220 OLD_POINTER_SPACE,
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/
v8globals.h 179 OLD_POINTER_SPACE, // May contain pointers to new space.
188 FIRST_PAGED_SPACE = OLD_POINTER_SPACE,
heap-inl.h 188 retry_space == OLD_POINTER_SPACE ||
210 if (OLD_POINTER_SPACE == space) {
352 return (space == OLD_POINTER_SPACE)
375 ? OLD_POINTER_SPACE
378 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
mksnapshot.cc 341 partial_ser.CurrentAllocationAddress(i::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...]
heap.h 499 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
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...]
liveobjectlist.cc 206 if (strcmp(key_str, "old-pointer") == 0) return OLD_POINTER_SPACE;
    [all...]
runtime.cc     [all...]

Completed in 174 milliseconds