Home
last modified time | relevance | path

Searched refs:ClearCardTable (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/accounting/
H A Dcard_table_test.cc48 ClearCardTable(); in CommonSetup()
54 void ClearCardTable() { in ClearCardTable() function in art::gc::accounting::CardTableTest
55 card_table_->ClearCardTable(); in ClearCardTable()
H A Dcard_table.cc103 void CardTable::ClearCardTable() { in ClearCardTable() function in art::gc::accounting::CardTable
H A Dcard_table.h132 void ClearCardTable();
/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc181 heap_->GetCardTable()->ClearCardTable(); in MarkingPhase()