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

  /art/compiler/optimizing/
register_allocator.cc 156 } else if (current->HasSpillSlot() || instruction->IsConstant()) {
248 if (current->GetParent()->HasSpillSlot()
314 DCHECK(!current->IsFixed() && !current->HasRegister() && !current->HasSpillSlot());
571 if (parent->HasSpillSlot()) {
656 DCHECK(interval->GetParent()->HasSpillSlot());
804 if (current->HasSpillSlot() && current->HasRegister()) {
    [all...]
ssa_liveness_analysis.h 217 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; }

Completed in 249 milliseconds