Searched refs:Scan (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/accounting/ |
D | card_table.h | 107 size_t Scan(SpaceBitmap<kObjectAlignment>* bitmap, uint8_t* scan_begin, uint8_t* scan_end,
|
D | card_table-inl.h | 53 inline size_t CardTable::Scan(ContinuousSpaceBitmap* bitmap, uint8_t* scan_begin, uint8_t* scan_end, in Scan() function
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 838 ? 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()
|
D | concurrent_copying.h | 118 void Scan(mirror::Object* to_ref) SHARED_REQUIRES(Locks::mutator_lock_)
|
D | concurrent_copying.cc | 1071 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/ |
D | heap.cc | 2983 card_table->Scan<false>(bitmap, byte_cover_begin, in VerifyReference()
|