HomeSort by relevance Sort by last modified time
    Searched refs:IsLongConstant (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
reg_type_test.cc 85 EXPECT_FALSE(bool_reg_type.IsLongConstant());
117 EXPECT_FALSE(byte_reg_type.IsLongConstant());
149 EXPECT_FALSE(char_reg_type.IsLongConstant());
181 EXPECT_FALSE(short_reg_type.IsLongConstant());
213 EXPECT_FALSE(int_reg_type.IsLongConstant());
245 EXPECT_FALSE(long_reg_type.IsLongConstant());
277 EXPECT_FALSE(float_reg_type.IsLongConstant());
309 EXPECT_FALSE(double_reg_type.IsLongConstant());
reg_type.h 81 bool IsLongConstant() const {
181 return IsLongLo() || IsLongConstant();
189 return IsDoubleLo() || IsLongConstant();

Completed in 649 milliseconds