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.cc790 card_table->Scan<true>(bitmap_, begin_, end_, visitor, minimum_age_) : in Run()
791 card_table->Scan<false>(bitmap_, begin_, end_, visitor, minimum_age_); in Run()
897 card_table->Scan<true>(space->GetMarkBitmap(), space->Begin(), space->End(), visitor, in ScanGrayObjects()
900 card_table->Scan<false>(space->GetMarkBitmap(), space->Begin(), space->End(), visitor, in ScanGrayObjects()
Dconcurrent_copying.h192 void Scan(mirror::Object* to_ref) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dconcurrent_copying.cc709 Scan(to_ref); in ProcessMarkStack()
1121 void ConcurrentCopying::Scan(mirror::Object* to_ref) { in Scan() function in art::gc::collector::ConcurrentCopying
/art/runtime/gc/
Dheap.cc2715 card_table->Scan<false>(bitmap, byte_cover_begin, in VerifyReference()