Searched refs:fixed_slot_index (Results 1 – 7 of 7) 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()
135 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()245 int fixed_slot_index() const { in fixed_slot_index() function
21 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
342 int stack_index = -UnallocatedOperand::cast(op)->fixed_slot_index() - 1; in InitializeCallBuffer()
589 operand->fixed_slot_index()); in AllocateFixed()