Lines Matching refs:index
115 int index_hi = loc.index();
119 int other_index_hi = other_loc.index();
204 os << "[stack:" << allocated.index();
206 os << "[fp_stack:" << allocated.index();
390 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return;
907 int index = static_cast<int>(instructions_.size());
913 reference_map->set_instruction_position(index);
917 return index;
989 RpoNumber InstructionSequence::InputRpo(Instruction* instr, size_t index) {
990 InstructionOperand* operand = instr->InputAt(index);