Lines Matching refs:instr
904 explicit HSuccessorIterator(HControlInstruction* instr)
905 : instr_(instr), current_(0) { }
4252 HTransitionElementsKind* instr = HTransitionElementsKind::cast(other);
4253 return original_map_.is_identical_to(instr->original_map()) &&
4254 transitioned_map_.is_identical_to(instr->transitioned_map());