Home
last modified time | relevance | path

Searched refs:LiveObjectIterator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact-inl.h145 HeapObject* LiveObjectIterator<T>::Next() { in Next()
Dmark-compact.h868 class LiveObjectIterator BASE_EMBEDDED {
870 explicit LiveObjectIterator(MemoryChunk* chunk) in LiveObjectIterator() function
Dmark-compact.cc1532 LiveObjectIterator<kGreyObjects> it(p); in DiscoverGreyObjectsOnPage()
3021 LiveObjectIterator<kBlackObjects> it(p); in IsSlotInBlackObjectSlow()
3394 LiveObjectIterator<kBlackObjects> it(p); in Sweep()
3490 LiveObjectIterator<kAllLiveObjects> it(page); in VerifyAllBlackObjects()
3506 LiveObjectIterator<kBlackObjects> it(page); in VisitLiveObjects()
3528 LiveObjectIterator<kBlackObjects> it(page); in RecomputeLiveBytes()
3544 LiveObjectIterator<kBlackObjects> it(page); in VisitLiveObjectsBody()