Home
last modified time | relevance | path

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

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