Searched refs:fixed_slot_index (Results 1 – 8 of 8) sorted by relevance
115 DCHECK(this->fixed_slot_index() == index); in LUnallocated()232 int fixed_slot_index() const { in fixed_slot_index() function
56 stream->Add("(=%dS)", unalloc->fixed_slot_index()); in PrintTo()
600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
210 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()289 int fixed_slot_index() const { in fixed_slot_index() function
164 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint()
118 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
771 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1; in InitializeCallBuffer()
1603 operand->fixed_slot_index()); in AllocateFixed()