Home
last modified time | relevance | path

Searched refs:dirty_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.h366 bool IsDirty() { return dirty_; } in IsDirty()
367 void SetIsDirty(bool val) { dirty_ = val; } in SetIsDirty()
406 bool dirty_; // If live, is it dirty? variable
Dralloc_util.cc46 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r), in RegisterInfo()