HomeSort by relevance Sort by last modified time
    Searched refs:FromCat2ConstHi (Results 1 - 5 of 5) sorted by null

  /art/runtime/verifier/
reg_type_test.cc 49 const RegType& ref_type_const_wide_0 = cache.FromCat2ConstHi(50, true);
50 const RegType& ref_type_const_wide_1 = cache.FromCat2ConstHi(50, true);
67 const RegType& precise_hi = cache.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true);
553 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true);
554 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false);
609 const RegType& precise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, true);
610 const RegType& imprecise_cst_hi = cache_new.FromCat2ConstHi(kTestConstantValue, false);
reg_type_cache.h 74 const ConstantType& FromCat2ConstHi(int32_t value, bool precise)
reg_type.cc 459 return cache->FromCat2ConstHi(const_val->ConstantValue(), false);
660 return reg_types->FromCat2ConstHi(val1 | val2, false);
reg_type_cache.cc 593 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) {
method_verifier.cc     [all...]

Completed in 244 milliseconds