Home
last modified time | relevance | path

Searched refs:long_hi_type (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc262 const RegType& long_lo_type, const RegType& long_hi_type, in CheckBinaryOpWideShift() argument
264 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
266 SetRegisterTypeWide(verifier, inst->VRegA_23x(), long_lo_type, long_hi_type); in CheckBinaryOpWideShift()
304 … const RegType& long_lo_type, const RegType& long_hi_type, in CheckBinaryOp2addrWideShift() argument
308 if (VerifyRegisterTypeWide(verifier, vregA, long_lo_type, long_hi_type) && in CheckBinaryOp2addrWideShift()
310 SetRegisterTypeWide(verifier, vregA, long_lo_type, long_hi_type); in CheckBinaryOp2addrWideShift()
Dregister_line.h294 const RegType& long_hi_type,
323 const RegType& long_hi_type,
Dreg_type_test.cc552 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F() local
581 const RegType& merged = long_hi_type.Merge(precise_cst_hi, &cache_new, /* verifier= */ nullptr); in TEST_F()
586 const RegType& merged = precise_cst_hi.Merge(long_hi_type, &cache_new, /* verifier= */ nullptr); in TEST_F()
591 const RegType& merged = long_hi_type.Merge( in TEST_F()
598 long_hi_type, &cache_new, /* verifier= */ nullptr); in TEST_F()