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

  /art/runtime/verifier/
register_line-inl.h 68 if (!new_type1.CheckWidePair(new_type2)) {
96 DCHECK(new_type1.CheckWidePair(new_type2));
122 if (!type_l.CheckWidePair(type_h)) {
153 if (UNLIKELY(!src_type.CheckWidePair(src_type_h))) {
register_line.cc 73 DCHECK(check_type1.CheckWidePair(check_type2));
82 if (!src_type.CheckWidePair(src_type_h)) {
186 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
reg_type_test.cc 79 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const));
80 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi));
reg_type.h 108 inline bool CheckWidePair(const RegType& type_h) const {
    [all...]
method_verifier.cc     [all...]

Completed in 82 milliseconds