Lines Matching refs:InputAt

146             DCHECK(instr->GetReferenceTypeInfo().IsEqual(instr->InputAt(0)->GetReferenceTypeInfo()))
148 << "Input(0) " << instr->InputAt(0)->GetReferenceTypeInfo();
240 HInstruction* ifInput = ifInstruction->InputAt(0);
244 HInstruction* input0 = ifInput->InputAt(0);
245 HInstruction* input1 = ifInput->InputAt(1);
315 HInstruction* input = ifInstruction->InputAt(0);
357 HInstruction* not_input = input->InputAt(0);
386 HLoadClass* load_class = instanceOf->InputAt(1)->AsLoadClass();
398 HInstruction* obj = instanceOf->InputAt(0);
577 instr->SetReferenceTypeInfo(instr->InputAt(0)->GetReferenceTypeInfo());
601 ReferenceTypeInfo parent_rti = instr->InputAt(0)->GetReferenceTypeInfo();
612 HInstruction* obj = instr->InputAt(0);
641 HLoadClass* load_class = check_cast->InputAt(1)->AsLoadClass();
649 DCHECK_EQ(bound_type->InputAt(0), check_cast->InputAt(0));
659 bound_type->ReplaceWith(bound_type->InputAt(0));
671 HInstruction* first_input = phi->InputAt(0);
735 ReferenceTypeInfo parent_rti = instr->InputAt(0)->GetReferenceTypeInfo();
761 ReferenceTypeInfo parent_rti = instr->InputAt(0)->GetReferenceTypeInfo();
804 ReferenceTypeInfo new_rti = instr->InputAt(0)->GetReferenceTypeInfo();
829 instr->InputAt(first_input_index_not_null)->IsNullConstant()) {
839 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo();
848 if (instr->InputAt(i)->IsNullConstant()) {
851 new_rti = MergeTypes(new_rti, instr->InputAt(i)->GetReferenceTypeInfo());
883 if (phi->InputAt(i)->CanBeNull()) {
891 bound_type->SetCanBeNull(instr->InputAt(0)->CanBeNull() && bound_type->GetUpperCanBeNull());