HomeSort by relevance Sort by last modified time
    Searched refs:is_temp_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
mir_to_lir.h 377 bool IsTemp() { return is_temp_; }
378 void SetIsTemp(bool val) { is_temp_ = val; }
425 bool is_temp_; // Can allocate as temp? member in class:art::Mir2Lir::RegisterInfo
    [all...]
ralloc_util.cc 42 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r),
    [all...]

Completed in 2349 milliseconds