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

  /art/runtime/verifier/
reg_type_test.cc 75 EXPECT_TRUE((long_lo.Merge(precise_lo, &cache)).IsLongTypes());
110 EXPECT_FALSE(bool_reg_type.IsLongTypes());
142 EXPECT_FALSE(byte_reg_type.IsLongTypes());
174 EXPECT_FALSE(char_reg_type.IsLongTypes());
206 EXPECT_FALSE(short_reg_type.IsLongTypes());
238 EXPECT_FALSE(int_reg_type.IsLongTypes());
270 EXPECT_TRUE(long_reg_type.IsLongTypes());
302 EXPECT_FALSE(float_reg_type.IsLongTypes());
334 EXPECT_FALSE(double_reg_type.IsLongTypes());
reg_type.cc 573 DCHECK(IsLongTypes());
727 return rhs.IsLongTypes();
867 (IsLongTypes() && incoming_type.IsLongTypes()) ||
reg_type.h 182 bool IsLongTypes() const {
method_verifier.cc     [all...]

Completed in 53 milliseconds