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

  /art/compiler/optimizing/
register_allocator.cc 380 if (current->HasSpillSlot() || instruction->IsConstant()) {
487 if (current->GetParent()->HasSpillSlot()
582 DCHECK(!current->IsFixed() && !current->HasSpillSlot());
    [all...]
ssa_liveness_analysis.cc 496 } else if (GetParent()->HasSpillSlot()) {
ssa_liveness_analysis.h 382 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; }
    [all...]
code_generator.cc     [all...]

Completed in 2024 milliseconds