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

  /art/runtime/verifier/
reg_type_test.cc 103 EXPECT_TRUE(bool_reg_type.IsShortTypes());
135 EXPECT_TRUE(byte_reg_type.IsShortTypes());
167 EXPECT_FALSE(char_reg_type.IsShortTypes());
199 EXPECT_TRUE(short_reg_type.IsShortTypes());
231 EXPECT_FALSE(int_reg_type.IsShortTypes());
263 EXPECT_FALSE(long_reg_type.IsShortTypes());
295 EXPECT_FALSE(float_reg_type.IsShortTypes());
327 EXPECT_FALSE(double_reg_type.IsShortTypes());
reg_type.cc 561 } else if (IsShortTypes()) {
719 return rhs.IsShortTypes();
864 if (IsShortTypes() && incoming_type.IsShortTypes()) {
reg_type.h 160 bool IsShortTypes() const {

Completed in 28 milliseconds