Home
last modified time | relevance | path

Searched refs:property_cell_space (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/extensions/
Dstatistics-extension.cc131 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Size(), in GetCounters()
133 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Available(), in GetCounters()
136 heap->property_cell_space()->CommittedMemory(), in GetCounters()
/external/v8/src/heap/
Dmark-compact.cc140 VerifyMarking(heap->property_cell_space()); in VerifyMarking()
221 VerifyEvacuation(heap, heap->property_cell_space()); in VerifyEvacuation()
375 TraceFragmentation(heap()->property_cell_space()); in StartCompaction()
463 VerifyMarkbitsAreClean(heap_->property_cell_space()); in VerifyMarkbitsAreClean()
522 ClearMarkbitsInPagedSpace(heap_->property_cell_space()); in ClearMarkbits()
2178 heap()->property_cell_space()); in RefillMarkingDeque()
2303 heap()->property_cell_space()); in MarkLiveObjects()
2470 HeapObjectIterator cell_iterator(heap_->property_cell_space()); in ClearNonLiveReferences()
3659 heap_->property_cell_space()); in EvacuateNewSpaceAndCandidates()
4310 SweepSpace(heap()->property_cell_space(), SEQUENTIAL_SWEEPING); in SweepSpaces()
Dincremental-marking.cc376 DeactivateIncrementalWriteBarrierForSpace(heap_->property_cell_space()); in DeactivateIncrementalWriteBarrier()
411 ActivateIncrementalWriteBarrier(heap_->property_cell_space()); in ActivateIncrementalWriteBarrier()
Dheap.cc660 static_cast<int>((property_cell_space()->CommittedMemory() * 100.0) / in GarbageCollectionEpilogue()
676 static_cast<int>(property_cell_space()->CommittedMemory() / KB)); in GarbageCollectionEpilogue()
708 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(property_cell_space) in GarbageCollectionEpilogue()
5416 return heap_->property_cell_space(); in next()
5438 return heap_->property_cell_space(); in next()
5527 new HeapObjectIterator(heap_->property_cell_space(), size_func_); in CreateIterator()
Dheap.h599 PropertyCellSpace* property_cell_space() { return property_cell_space_; } in property_cell_space() function
612 return property_cell_space(); in paged_space()
Dspaces.cc47 owner == page->heap()->property_cell_space() || in HeapObjectIterator()