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

  /art/runtime/verifier/
register_line.cc 59 if (!new_type1.CheckWidePair(new_type2)) {
87 DCHECK(new_type1.CheckWidePair(new_type2));
129 if (!src_type.CheckWidePair(src_type_h)) {
144 DCHECK(check_type1.CheckWidePair(check_type2));
153 if (!src_type.CheckWidePair(src_type_h)) {
244 if (!type_l.CheckWidePair(type_h)) {
276 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
reg_type_test.cc 72 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const));
73 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi));
reg_type.h 111 inline bool CheckWidePair(RegType& type_h) const {
method_verifier.cc     [all...]

Completed in 515 milliseconds