Home
last modified time | relevance | path

Searched refs:IsDoubleLo (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h83 } else if (lhs.IsDoubleLo()) { in AssignableFrom()
Dreg_type.h62 virtual bool IsDoubleLo() const { return false; } in IsDoubleLo() function
101 return (IsLongLo() || IsDoubleLo() || IsPreciseConstantLo() || IsImpreciseConstantLo()); in IsLowHalf()
114 (IsDoubleLo() && type_h.IsDoubleHi()) || in CheckWidePair()
163 bool IsDoubleTypes() const { return IsDoubleLo() || IsLongConstant(); } in IsDoubleTypes()
531 bool IsDoubleLo() const OVERRIDE { return true; } in IsDoubleLo() function
Dreg_type_test.cc614 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
619 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
624 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
629 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
Dreg_type.cc454 } else if (IsDoubleLo()) { in HighHalf()
478 } else if (IsDoubleLo()) { in GetPrimitiveType()