Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h59 virtual bool IsLongHi() const { return false; } in IsLongHi() function
104 return (IsLongHi() || IsDoubleHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsHighHalf()
115 (IsLongLo() && type_h.IsLongHi())); in CheckWidePair()
161 return (IsLongHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsLongHighTypes()
513 bool IsLongHi() const OVERRIDE { return true; } in IsLongHi() function
Dreg_type_test.cc578 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
583 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
588 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
593 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()