Home
last modified time | relevance | path

Searched refs:LargeObjectIterator (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dcode-stats.cc63 LargeObjectIterator obj_it(space); in CollectCodeStatistics()
Dspaces.cc2931 LargeObjectIterator::LargeObjectIterator(LargeObjectSpace* space) { in AllocateChunk() function in v8::internal::LargeObjectIterator
2936 HeapObject* LargeObjectIterator::Next() { in AllocateChunk()
3160 return std::unique_ptr<ObjectIterator>(new LargeObjectIterator(this)); in AllocateChunk()
3216 LargeObjectIterator it(this); in AllocateChunk()
3227 LargeObjectIterator it(this); in AllocateChunk()
Dspaces.h2885 friend class LargeObjectIterator; variable
2889 class LargeObjectIterator : public ObjectIterator {
2891 explicit LargeObjectIterator(LargeObjectSpace* space);
Dmark-compact.cc158 LargeObjectIterator it(heap->lo_space()); in VerifyMarking()
345 LargeObjectIterator it(heap_->lo_space()); in VerifyMarkbitsAreClean()
394 LargeObjectIterator it(heap_->lo_space()); in ClearMarkbits()
2069 LargeObjectIterator lo_it(heap()->lo_space()); in RefillMarkingDeque()