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

  /art/runtime/verifier/
reg_type_test.cc 82 EXPECT_TRUE((long_lo.Merge(precise_lo, &cache)).IsLongTypes());
119 EXPECT_FALSE(bool_reg_type.IsLongTypes());
152 EXPECT_FALSE(byte_reg_type.IsLongTypes());
185 EXPECT_FALSE(char_reg_type.IsLongTypes());
218 EXPECT_FALSE(short_reg_type.IsLongTypes());
251 EXPECT_FALSE(int_reg_type.IsLongTypes());
284 EXPECT_TRUE(long_reg_type.IsLongTypes());
317 EXPECT_FALSE(float_reg_type.IsLongTypes());
350 EXPECT_FALSE(double_reg_type.IsLongTypes());
reg_type-inl.h 82 return rhs.IsLongTypes();
reg_type.cc 481 DCHECK(IsLongTypes());
676 (IsLongTypes() && incoming_type.IsLongTypes()) ||
reg_type.h 159 bool IsLongTypes() const { return IsLongLo() || IsLongConstant(); }
    [all...]
method_verifier.cc     [all...]

Completed in 66 milliseconds