Searched refs:GetTrueValue (Results 1 – 8 of 8) sorted by relevance
207 if (cached->GetTrueValue() == select->GetTrueValue() && in Run()
814 ReferenceTypeInfo true_rti = select->GetTrueValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
925 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
7596 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function7605 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
2654 locations->SetInAt(1, Location::FpuRegisterOrConstant(select->GetTrueValue())); in VisitSelect()2657 locations->SetInAt(1, Arm8BitEncodableConstantOrRegister(select->GetTrueValue())); in VisitSelect()
3322 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect()
4527 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally()
5993 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally()