Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h169 } else if (T == kGreyObjects && !(current_cell_ & second_bit_index)) { in Next()
Dmark-compact.h865 enum LiveObjectIterationMode { kBlackObjects, kGreyObjects, kAllLiveObjects }; enumerator
Dmark-compact.cc1532 LiveObjectIterator<kGreyObjects> it(p); in DiscoverGreyObjectsOnPage()