Lines Matching full:getvalue
2898 int32_t GetValue() const { return value_; }
2909 size_t ComputeHashCode() const OVERRIDE { return GetValue(); }
2911 bool IsMinusOne() const OVERRIDE { return GetValue() == -1; }
2912 bool IsArithmeticZero() const OVERRIDE { return GetValue() == 0; }
2913 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2914 bool IsOne() const OVERRIDE { return GetValue() == 1; }
2918 bool IsTrue() const { return GetValue() == 1; }
2919 bool IsFalse() const { return GetValue() == 0; }
2944 int64_t GetValue() const { return value_; }
2953 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
2955 bool IsMinusOne() const OVERRIDE { return GetValue() == -1; }
2956 bool IsArithmeticZero() const OVERRIDE { return GetValue() == 0; }
2957 bool IsZeroBitPattern() const OVERRIDE { return GetValue() == 0; }
2958 bool IsOne() const OVERRIDE { return GetValue() == 1; }
2978 float GetValue() const { return value_; }
2989 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
3037 double GetValue() const { return value_; }
3046 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); }
3651 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3657 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0),
3661 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3664 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3698 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3704 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3707 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3710 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3738 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3744 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3747 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3750 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3778 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3784 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3787 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3790 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3817 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3823 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3826 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3829 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3856 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3862 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3865 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3868 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3895 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3898 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3937 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3940 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3979 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3982 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4021 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4024 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4096 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4099 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4102 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4105 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4766 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
4769 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
4772 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc());
4775 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
4832 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4836 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4840 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4844 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4866 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4870 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4874 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4878 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4902 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4906 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4910 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4914 Compute(x->GetValue(), y->GetValue()), GetDexPc());
4950 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
4954 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
4958 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4962 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4998 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5002 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5006 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5010 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5063 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5067 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5109 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5113 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5157 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5161 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5200 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5204 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5238 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5242 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5276 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5280 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5322 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5326 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5409 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5412 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
5446 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5661 HInstruction* GetValue() const { return InputAt(1); }
5837 HInstruction* GetValue() const { return InputAt(2); }
5840 return GetComponentType(GetValue()->GetType(), GetRawExpectedComponentType());
6533 HInstruction* GetValue() const { return InputAt(1); }
7552 return constant->AsIntConstant()->GetValue();
7554 return constant->AsLongConstant()->GetValue();
7564 *value = instruction->AsIntConstant()->GetValue();
7567 *value = instruction->AsLongConstant()->GetValue();