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

  /art/compiler/optimizing/
ssa_liveness_analysis.h 229 bool IsTemp() const { return is_temp_; }
385 DCHECK(!is_temp_);
481 if (is_temp_) {
508 if (is_temp_) {
562 DCHECK(!is_temp_);
884 is_temp_(is_temp),
1054 const bool is_temp_; member in class:art::LiveInterval
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 356 bool IsTemp() { return is_temp_; }
357 void SetIsTemp(bool val) { is_temp_ = val; }
404 bool is_temp_; // Can allocate as temp? member in class:art::Mir2Lir::RegisterInfo
    [all...]
ralloc_util.cc 46 : reg_(r), is_temp_(false), wide_value_(false), dirty_(false), aliased_(false), partner_(r),
    [all...]

Completed in 954 milliseconds