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
55 stream->Add("(=%dS)", unalloc->fixed_slot_index()); in PrintTo()
600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
164 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint()
192 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()271 int fixed_slot_index() const { in fixed_slot_index() function
93 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
672 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1; in InitializeCallBuffer()
1600 operand->fixed_slot_index()); in AllocateFixed()