Searched refs:FromCat2ConstLo (Results 1 – 5 of 5) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 54 const RegType& ref_type_const_wide_2 = cache.FromCat2ConstLo(50, true); in TEST_F() 55 const RegType& ref_type_const_wide_3 = cache.FromCat2ConstLo(50, true); in TEST_F() 56 const RegType& ref_type_const_wide_4 = cache.FromCat2ConstLo(55, true); in TEST_F() 67 const RegType& precise_lo = cache.FromCat2ConstLo(static_cast<int32_t>(val), true); in TEST_F() 553 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F() 554 const RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false); in TEST_F() 613 const RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true); in TEST_F() 614 const RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false); in TEST_F()
|
D | reg_type_cache.h | 98 const ConstantType& FromCat2ConstLo(int32_t value, bool precise)
|
D | reg_type_cache.cc | 630 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo() function in art::verifier::RegTypeCache
|
D | method_verifier.cc | 2277 const RegType& lo = reg_types_.FromCat2ConstLo(static_cast<int32_t>(val), true); in CodeFlowVerifyInstruction() 2284 const RegType& lo = reg_types_.FromCat2ConstLo(static_cast<int32_t>(val), true); in CodeFlowVerifyInstruction() 2291 const RegType& lo = reg_types_.FromCat2ConstLo(static_cast<int32_t>(val), true); in CodeFlowVerifyInstruction() 2298 const RegType& lo = reg_types_.FromCat2ConstLo(static_cast<int32_t>(val), true); in CodeFlowVerifyInstruction() 4430 reg_types_.FromCat2ConstLo(0, false), in VerifyAGet()
|
D | reg_type.cc | 825 return reg_types->FromCat2ConstLo(val1 | val2, false); in Merge()
|