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 104 EXPECT_TRUE(bool_reg_type.IsCharTypes());
136 EXPECT_FALSE(byte_reg_type.IsCharTypes());
168 EXPECT_TRUE(char_reg_type.IsCharTypes());
200 EXPECT_FALSE(short_reg_type.IsCharTypes());
232 EXPECT_FALSE(int_reg_type.IsCharTypes());
264 EXPECT_FALSE(long_reg_type.IsCharTypes());
296 EXPECT_FALSE(float_reg_type.IsCharTypes());
328 EXPECT_FALSE(double_reg_type.IsCharTypes());
reg_type.cc 563 } else if (IsCharTypes()) {
721 return rhs.IsCharTypes();
867 if (IsCharTypes() && incoming_type.IsCharTypes()) {
reg_type.h 163 bool IsCharTypes() const {

Completed in 1547 milliseconds