Searched refs:FromCat2ConstHi (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 49 const RegType& ref_type_const_wide_0 = cache.FromCat2ConstHi(50, true); in TEST_F() 50 const RegType& ref_type_const_wide_1 = cache.FromCat2ConstHi(50, true); in TEST_F() 67 const RegType& precise_hi = cache.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in TEST_F() 553 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F() 554 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F() 609 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F() 610 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()
|
D | reg_type_cache.h | 74 const ConstantType& FromCat2ConstHi(int32_t value, bool precise)
|
D | reg_type.cc | 459 return cache->FromCat2ConstHi(const_val->ConstantValue(), false); in HighHalf() 660 return reg_types->FromCat2ConstHi(val1 | val2, false); in Merge()
|
D | reg_type_cache.cc | 593 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi() function in art::verifier::RegTypeCache
|
D | method_verifier.cc | 2232 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction() 2239 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction() 2246 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction() 2253 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction() 4338 reg_types_.FromCat2ConstHi(0, false)); in VerifyAGet()
|