Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.h398 master_->aliased_ = true; in SetMaster()
404 bool IsAliased() { return aliased_; } in IsAliased()
428 bool aliased_; // Is this the master for other aliased RegisterInfo's? variable
Dralloc_util.cc42 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r), in RegisterInfo()