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

  /art/runtime/verifier/
reg_type_test.cc 107 EXPECT_TRUE(bool_reg_type.IsCharTypes());
139 EXPECT_FALSE(byte_reg_type.IsCharTypes());
171 EXPECT_TRUE(char_reg_type.IsCharTypes());
203 EXPECT_FALSE(short_reg_type.IsCharTypes());
235 EXPECT_FALSE(int_reg_type.IsCharTypes());
267 EXPECT_FALSE(long_reg_type.IsCharTypes());
299 EXPECT_FALSE(float_reg_type.IsCharTypes());
331 EXPECT_FALSE(double_reg_type.IsCharTypes());
reg_type.cc 564 } else if (IsCharTypes()) {
721 return rhs.IsCharTypes();
862 if (IsCharTypes() && incoming_type.IsCharTypes()) {
reg_type.h 165 bool IsCharTypes() const {

Completed in 61 milliseconds