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

  /art/compiler/optimizing/
register_allocator.cc 143 current->SetSpillSlot(output.GetStackIndex());
578 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue()));
626 parent->SetSpillSlot(slot * kVRegSize);
645 parent->SetSpillSlot(slot * kVRegSize);
    [all...]
ssa_liveness_analysis.h 218 void SetSpillSlot(int slot) { spill_slot_ = slot; }

Completed in 209 milliseconds