Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc260 const RegType& long_lo_type, const RegType& long_hi_type, in CheckBinaryOpWideShift() argument
262 if (VerifyRegisterTypeWide(verifier, inst->VRegB_23x(), long_lo_type, long_hi_type) && in CheckBinaryOpWideShift()
264 SetRegisterTypeWide(verifier, inst->VRegA_23x(), long_lo_type, long_hi_type); in CheckBinaryOpWideShift()
302 … const RegType& long_lo_type, const RegType& long_hi_type, in CheckBinaryOp2addrWideShift() argument
306 if (VerifyRegisterTypeWide(verifier, vregA, long_lo_type, long_hi_type) && in CheckBinaryOp2addrWideShift()
308 SetRegisterTypeWide(verifier, vregA, long_lo_type, long_hi_type); in CheckBinaryOp2addrWideShift()
Dregister_line.h281 const RegType& long_hi_type,
310 const RegType& long_hi_type,
Dreg_type_test.cc551 const RegType& long_hi_type = cache_new.LongHi(); in TEST_F() local
580 const RegType& merged = long_hi_type.Merge(precise_cst_hi, &cache_new, /* verifier */ nullptr); in TEST_F()
585 const RegType& merged = precise_cst_hi.Merge(long_hi_type, &cache_new, /* verifier */ nullptr); in TEST_F()
590 const RegType& merged = long_hi_type.Merge( in TEST_F()
597 long_hi_type, &cache_new, /* verifier */ nullptr); in TEST_F()