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

  /art/runtime/verifier/
register_line.cc 58 if (!new_type1.CheckWidePair(new_type2)) {
86 DCHECK(new_type1.CheckWidePair(new_type2));
128 if (!src_type.CheckWidePair(src_type_h)) {
143 DCHECK(check_type1.CheckWidePair(check_type2));
152 if (!src_type.CheckWidePair(src_type_h)) {
243 if (!type_l.CheckWidePair(type_h)) {
275 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case
reg_type_test.cc 69 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const));
70 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi));
reg_type.h 109 inline bool CheckWidePair(const RegType& type_h) const {

Completed in 3023 milliseconds