Searched refs:GetTrueValue (Results 1 – 6 of 6) sorted by relevance
205 if (cached->GetTrueValue() == select->GetTrueValue() && in Run()
773 ReferenceTypeInfo true_rti = select->GetTrueValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
921 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
7756 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function7765 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
2838 locations->SetInAt(1, Location::FpuRegisterOrConstant(select->GetTrueValue())); in VisitSelect()2841 locations->SetInAt(1, Arm8BitEncodableConstantOrRegister(select->GetTrueValue())); in VisitSelect()
3625 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect()