Searched refs:IsDirty (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table_test.cc86 EXPECT_TRUE(!card_table_->IsDirty(obj));
88 EXPECT_TRUE(card_table_->IsDirty(obj));
H A Dcard_table.h64 bool IsDirty(const mirror::Object* obj) const { function in class:art::gc::accounting::CardTable
/art/runtime/gc/
H A Dheap.cc3140 } else if (!card_table->IsDirty(obj)) {

Completed in 63 milliseconds