Home
last modified time | relevance | path

Searched refs:IsLongHi (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dreg_type.h63 virtual bool IsLongHi() const { return false; } in IsLongHi() function
108 return (IsLongHi() || IsDoubleHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsHighHalf()
119 (IsLongLo() && type_h.IsLongHi())); in CheckWidePair()
165 return (IsLongHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsLongHighTypes()
550 bool IsLongHi() const OVERRIDE { return true; } in IsLongHi() function
Dreg_type_test.cc581 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
586 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
592 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
598 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()