HomeSort by relevance Sort by last modified time
    Searched defs:is_temp_ (Results 1 - 2 of 2) 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...]

Completed in 432 milliseconds