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

  /external/v8/src/
store-buffer-inl.h 60 !heap_->old_data_space()->Contains(addr) &&
incremental-marking.cc 350 DeactivateIncrementalWriteBarrierForSpace(heap_->old_data_space());
384 ActivateIncrementalWriteBarrier(heap_->old_data_space());
487 heap_->old_data_space()->IsSweepingComplete()) {
mark-compact.cc 136 VerifyMarking(heap->old_data_space());
217 VerifyEvacuation(heap->old_data_space());
252 CollectEvacuationCandidates(heap()->old_data_space());
266 heap()->old_data_space()->EvictEvacuationCandidatesFromFreeLists();
330 VerifyMarkbitsAreClean(heap_->old_data_space());
367 ClearMarkbitsInPagedSpace(heap_->old_data_space());
425 case OLD_DATA_SPACE: return "OLD_DATA_SPACE";
500 space->identity() == OLD_DATA_SPACE ||
    [all...]
heap.h 500 OldSpace* old_data_space() { return old_data_space_; } function in class:v8::internal::Heap
    [all...]
store-buffer.cc 684 ASSERT(!heap_->old_data_space()->Contains(*current));
heap.cc 613 PagedSpace* old_data_space = Heap::old_data_space(); local
633 if (!(old_data_space->ReserveSpace(data_space_size))) {
634 AbortIncrementalMarkingAndCollectGarbage(this, OLD_DATA_SPACE,
    [all...]
spaces.cc 73 owner == HEAP->old_data_space() ||
462 if (owner == heap->old_data_space()) {
    [all...]
serialize.cc 764 } else if (space_number == OLD_DATA_SPACE) { \
765 dest_space = isolate->heap()->old_data_space(); \
790 source_space != OLD_DATA_SPACE);
    [all...]
profile-generator.cc     [all...]
  /external/v8/test/cctest/
test-alloc.cc 68 OldSpace* old_data_space = heap->old_data_space(); local
70 while (old_data_space->Available() > kOldDataSpaceFillerSize) {
test-serialize.cc 392 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE),
511 p_ser.CurrentAllocationAddress(OLD_DATA_SPACE),
628 page_fullness > HEAP->old_data_space()->AreaSize()) {
test-api.cc 615 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring));
618 HEAP->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
634 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring));
637 HEAP->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
    [all...]

Completed in 336 milliseconds