Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.h377 bool IsTemp() { return is_temp_; } in IsTemp()
378 void SetIsTemp(bool val) { is_temp_ = val; } in SetIsTemp()
425 bool is_temp_; // Can allocate as temp? variable
Dralloc_util.cc42 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r), in RegisterInfo()