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

/art/runtime/gc/accounting/
H A Dcard_table-inl.h53 inline size_t CardTable::Scan(ContinuousSpaceBitmap* bitmap, uint8_t* scan_begin, uint8_t* scan_end, function in class:art::gc::accounting::CardTable
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1068 // Scan ref fields.
1069 Scan(to_ref);
1085 // be concurrently marked after the Scan() call above has enqueued the Reference, in which case
1618 // Scan ref fields of an object.
1619 inline void ConcurrentCopying::Scan(mirror::Object* to_ref) { function in class:art::gc::collector::ConcurrentCopying

Completed in 276 milliseconds