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

1 2

  /external/chromium_org/v8/src/
sweeper-thread.cc 49 free_list_old_pointer_space_(heap_->paged_space(OLD_POINTER_SPACE)),
52 heap_->paged_space(OLD_POINTER_SPACE)) {
74 collector_->SweepInParallel(heap_->old_pointer_space(),
83 if (space->identity() == OLD_POINTER_SPACE) {
snapshot-common.cc 67 deserializer->set_reservation(OLD_POINTER_SPACE, pointer_size);
80 deserializer->set_reservation(OLD_POINTER_SPACE, pointer_space_used_);
128 deserializer.set_reservation(OLD_POINTER_SPACE, context_pointer_space_used_);
v8globals.h 178 OLD_POINTER_SPACE, // May contain pointers to new space.
188 FIRST_PAGED_SPACE = OLD_POINTER_SPACE,
heap-inl.h 216 retry_space == OLD_POINTER_SPACE ||
238 if (OLD_POINTER_SPACE == space) {
408 return (space == OLD_POINTER_SPACE)
428 if (type == SYMBOL_TYPE) return OLD_POINTER_SPACE;
434 ? OLD_POINTER_SPACE
437 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
462 case OLD_POINTER_SPACE:
mksnapshot.cc 426 partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
435 ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
heap.cc 569 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(old_pointer_space)
594 CollectGarbage(OLD_POINTER_SPACE, gc_reason);
617 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL) &&
    [all...]
mark-compact.cc 148 VerifyMarking(heap->old_pointer_space());
230 VerifyEvacuation(heap->old_pointer_space());
372 CollectEvacuationCandidates(heap()->old_pointer_space());
389 heap()->old_pointer_space()->EvictEvacuationCandidatesFromFreeLists();
476 VerifyMarkbitsAreClean(heap_->old_pointer_space());
539 ClearMarkbitsInPagedSpace(heap_->old_pointer_space());
571 StealMemoryFromSweeperThreads(heap()->paged_space(OLD_POINTER_SPACE));
573 heap()->paged_space(OLD_POINTER_SPACE)->ResetUnsweptFreeBytes();
657 case OLD_POINTER_SPACE: return "OLD_POINTER_SPACE";
    [all...]
heap.h 557 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
568 case OLD_POINTER_SPACE:
569 return old_pointer_space();
    [all...]
serialize.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 102 HEAP->CollectGarbage(OLD_POINTER_SPACE);
105 CHECK(HEAP->InSpace(*array, OLD_POINTER_SPACE));
119 HEAP->CollectGarbage(OLD_POINTER_SPACE);
145 HEAP->CollectGarbage(OLD_POINTER_SPACE);
154 HEAP->CollectGarbage(OLD_POINTER_SPACE);
195 HEAP->CollectGarbage(OLD_POINTER_SPACE);
218 HEAP->CollectGarbage(OLD_POINTER_SPACE);
296 HEAP->CollectGarbage(OLD_POINTER_SPACE);
371 HEAP->CollectGarbage(OLD_POINTER_SPACE);
399 HEAP->CollectGarbage(OLD_POINTER_SPACE);
    [all...]
test-serialize.cc 238 ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
428 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
437 startup_serializer.CurrentAllocationAddress(OLD_POINTER_SPACE),
474 deserializer->set_reservation(OLD_POINTER_SPACE, pointer_size);
574 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
583 startup_serializer.CurrentAllocationAddress(OLD_POINTER_SPACE),
test-spaces.cc 280 OLD_POINTER_SPACE,
359 OLD_POINTER_SPACE,
test-heap.cc 240 CHECK_EQ(OLD_POINTER_SPACE,
241 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
470 heap->CollectGarbage(OLD_POINTER_SPACE);
521 heap->CollectGarbage(OLD_POINTER_SPACE);
906 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE
2594 PagedSpace* old_pointer_space = HEAP->old_pointer_space(); local
    [all...]
  /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...]

Completed in 790 milliseconds

1 2