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

  /art/runtime/verifier/
reg_type_test.cc 117 EXPECT_TRUE(bool_reg_type.IsCharTypes());
150 EXPECT_FALSE(byte_reg_type.IsCharTypes());
183 EXPECT_TRUE(char_reg_type.IsCharTypes());
216 EXPECT_FALSE(short_reg_type.IsCharTypes());
249 EXPECT_FALSE(int_reg_type.IsCharTypes());
282 EXPECT_FALSE(long_reg_type.IsCharTypes());
315 EXPECT_FALSE(float_reg_type.IsCharTypes());
348 EXPECT_FALSE(double_reg_type.IsCharTypes());
    [all...]
reg_type-inl.h 82 return rhs.IsCharTypes();
reg_type.cc 478 } else if (IsCharTypes()) {
679 if (IsCharTypes() && incoming_type.IsCharTypes()) {
reg_type.h 150 bool IsCharTypes() const {
    [all...]

Completed in 500 milliseconds