Searched refs:fixed_slot_index (Results 1 – 8 of 8) sorted by relevance
114 DCHECK(this->fixed_slot_index() == index); in LUnallocated()231 int fixed_slot_index() const { in fixed_slot_index() function
51 stream->Add("(=%dS)", unalloc->fixed_slot_index()); in PrintTo()
599 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
184 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()263 int fixed_slot_index() const { in fixed_slot_index() function
163 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint()
88 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
625 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1; in InitializeCallBuffer()
1505 operand->fixed_slot_index()); in AllocateFixed()