HomeSort by relevance Sort by last modified time
    Searched full:defined_by_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.h 147 defined_by_(defined_by) {}
226 DCHECK(!defined_by_->HasUses());
227 DCHECK(from == defined_by_->GetLifetimePosition());
291 if (position == GetStart() && defined_by_ != nullptr) {
292 LocationSummary* locations = defined_by_->GetLocations();
334 return defined_by_;
459 HInstruction* const defined_by_; member in class:art::LiveInterval

Completed in 145 milliseconds