Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h88 } else if (lhs.IsDoubleLo()) { in AssignableFrom()
Dreg_type.h66 virtual bool IsDoubleLo() const { return false; } in IsDoubleLo() function
105 return (IsLongLo() || IsDoubleLo() || IsPreciseConstantLo() || IsImpreciseConstantLo()); in IsLowHalf()
118 (IsDoubleLo() && type_h.IsDoubleHi()) || in CheckWidePair()
167 bool IsDoubleTypes() const { return IsDoubleLo() || IsLongConstant(); } in IsDoubleTypes()
570 bool IsDoubleLo() const OVERRIDE { return true; } in IsDoubleLo() function
Dreg_type_test.cc620 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
626 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
632 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
638 EXPECT_TRUE(merged.IsDoubleLo()); in TEST_F()
Dreg_type.cc460 } else if (IsDoubleLo()) { in HighHalf()
484 } else if (IsDoubleLo()) { in GetPrimitiveType()