Searched defs:IsDirty (Results 1 - 3 of 3) sorted by path

/art/compiler/dex/quick/
H A Dmir_to_lir.h366 bool IsDirty() { return dirty_; } function in class:art::Mir2Lir::RegisterInfo
735 bool IsDirty(RegStorage reg);
H A Dralloc_util.cc150 info->IsDirty(), info->SReg(), info->DefStart() != nullptr);
602 bool Mir2Lir::IsDirty(RegStorage reg) { function in class:art::Mir2Lir
607 res = p_lo->IsDirty() || p_hi->IsDirty();
610 res = p->IsDirty();
733 if ((info1->IsLive() && info1->IsDirty()) || (info2->IsLive() && info2->IsDirty())) {
750 if (info->IsLive() && info->IsDirty()) {
762 if (info->IsLive() && info->IsDirty()) {
780 if (info->IsDirty()
[all...]
/art/runtime/gc/accounting/
H A Dcard_table.h64 bool IsDirty(const mirror::Object* obj) const { function in class:art::gc::accounting::CardTable

Completed in 484 milliseconds