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.cc2924 LargeObjectIterator::LargeObjectIterator(LargeObjectSpace* space) { in AllocateChunk() function in v8::internal::LargeObjectIterator
2929 HeapObject* LargeObjectIterator::Next() { in AllocateChunk()
3148 return std::unique_ptr<ObjectIterator>(new LargeObjectIterator(this)); in AllocateChunk()
3202 LargeObjectIterator it(this); in AllocateChunk()
3213 LargeObjectIterator it(this); in AllocateChunk()
Dspaces.h2876 friend class LargeObjectIterator; variable
2880 class LargeObjectIterator : public ObjectIterator {
2882 explicit LargeObjectIterator(LargeObjectSpace* space);
Dmark-compact.cc161 LargeObjectIterator it(heap->lo_space()); in VerifyMarking()
349 LargeObjectIterator it(heap_->lo_space()); in VerifyMarkbitsAreClean()
400 LargeObjectIterator it(heap_->lo_space()); in ClearMarkbits()
2060 LargeObjectIterator lo_it(heap()->lo_space()); in RefillMarkingDeque()