Home
last modified time | relevance | path

Searched refs:Scan (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/accounting/
Dcard_table.h107 size_t Scan(SpaceBitmap<kObjectAlignment>* bitmap, uint8_t* scan_begin, uint8_t* scan_end,
Dcard_table-inl.h53 inline size_t CardTable::Scan(ContinuousSpaceBitmap* bitmap, uint8_t* scan_begin, uint8_t* scan_end, in Scan() function
/art/runtime/gc/collector/
Dmark_sweep.cc838 ? card_table->Scan<true>(bitmap_, begin_, end_, visitor, minimum_age_) in Run()
839 : card_table->Scan<false>(bitmap_, begin_, end_, visitor, minimum_age_); in Run()
953 card_table->Scan<true>(space->GetMarkBitmap(), in ScanGrayObjects()
959 card_table->Scan<false>(space->GetMarkBitmap(), in ScanGrayObjects()
Dconcurrent_copying.h118 void Scan(mirror::Object* to_ref) SHARED_REQUIRES(Locks::mutator_lock_)
Dconcurrent_copying.cc1071 Scan(to_ref); in ProcessMarkStackRef()
1622 inline void ConcurrentCopying::Scan(mirror::Object* to_ref) { in Scan() function in art::gc::collector::ConcurrentCopying
/art/runtime/gc/
Dheap.cc2983 card_table->Scan<false>(bitmap, byte_cover_begin, in VerifyReference()