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

  /art/runtime/verifier/
reg_type_test.cc 48 RegType& ref_type_const_wide_2 = cache.FromCat2ConstLo(50, true);
49 RegType& ref_type_const_wide_3 = cache.FromCat2ConstLo(50, true);
50 RegType& ref_type_const_wide_4 = cache.FromCat2ConstLo(55, true);
59 RegType& precise_lo = cache.FromCat2ConstLo(static_cast<int32_t>(val), true);
514 RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true);
515 RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false);
568 RegType& precise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, true);
569 RegType& imprecise_cst_lo = cache_new.FromCat2ConstLo(kTestConstantValue, false);
reg_type_cache.h 61 ConstantType& FromCat2ConstLo(int32_t value, bool precise)
method_verifier.cc     [all...]
reg_type.cc 847 return reg_types->FromCat2ConstLo(val1 | val2, false);
reg_type_cache.cc 524 ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) {

Completed in 70 milliseconds