Searched defs:Scan (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table-inl.h55 inline size_t CardTable::Scan(ContinuousSpaceBitmap* bitmap, function in class:art::gc::accounting::CardTable
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc56 // ConcurrentCopying::Scan. May be used to diagnose possibly unnecessary read barriers.
694 card_table->Scan</* kClearCard */ false>(space->GetMarkBitmap(),
716 card_table->Scan</* kClearCard */ false>(space->GetMarkBitmap(),
748 Scan(obj);
792 // Scan immune spaces.
809 // TODO: Scan only the aged cards.
1521 Scan(to_ref);
1526 Scan(to_ref);
1544 // concurrently marked after the Scan() call above has enqueued the Reference, in which case the
2109 inline void ConcurrentCopying::Scan(mirro function in class:art::gc::collector::ConcurrentCopying
[all...]

Completed in 382 milliseconds