Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h54 virtual bool IsLongHi() const { return false; } in IsLongHi() function
99 return (IsLongHi() || IsDoubleHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsHighHalf()
110 (IsLongLo() && type_h.IsLongHi())); in CheckWidePair()
156 return (IsLongHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()); in IsLongHighTypes()
509 bool IsLongHi() const OVERRIDE { return true; } in IsLongHi() function
Dreg_type_test.cc553 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
558 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
563 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()
568 EXPECT_TRUE(merged.IsLongHi()); in TEST_F()