Home
last modified time | relevance | path

Searched refs:FromCat2ConstHi (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc69 const RegType& ref_type_const_wide_0 = cache.FromCat2ConstHi(50, true); in TEST_F()
70 const RegType& ref_type_const_wide_1 = cache.FromCat2ConstHi(50, true); in TEST_F()
88 const RegType& precise_hi = cache.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in TEST_F()
593 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F()
594 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()
654 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true); in TEST_F()
655 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false); in TEST_F()
Dreg_type_cache.h90 const ConstantType& FromCat2ConstHi(int32_t value, bool precise)
Dreg_type.cc288 return cache->FromCat2ConstHi(const_val->ConstantValue(), false); in HighHalf()
637 return reg_types->FromCat2ConstHi(val1 | val2, false); in Merge()
Dreg_type_cache.cc564 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi() function in art::verifier::RegTypeCache
Dmethod_verifier.cc2216 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction()
2223 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction()
2230 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction()
2237 const RegType& hi = reg_types_.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in CodeFlowVerifyInstruction()
4348 reg_types_.FromCat2ConstHi(0, false)); in VerifyAGet()