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

  /art/runtime/verifier/
reg_type_cache-inl.h 34 inline ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) {
reg_type_cache.h 59 ConstantType& FromCat1Const(int32_t value, bool precise)
80 return FromCat1Const(0, true);
83 return FromCat1Const(1, true);
reg_type_test.cc 36 RegType& ref_type_const_0 = cache.FromCat1Const(10, true);
37 RegType& ref_type_const_1 = cache.FromCat1Const(10, true);
38 RegType& ref_type_const_2 = cache.FromCat1Const(30, true);
39 RegType& ref_type_const_3 = cache.FromCat1Const(30, false);
61 RegType& precise_const = cache.FromCat1Const(static_cast<int32_t>(val >> 32), true);
482 RegType& precise_cst = cache_new.FromCat1Const(kTestConstantValue, true);
483 RegType& imprecise_cst = cache_new.FromCat1Const(kTestConstantValue, false);
618 RegType& imprecise_const = cache_new.FromCat1Const(10, false);
619 RegType& precise_const = cache_new.FromCat1Const(10, true);
reg_type_cache.cc 443 ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::min(), false);
450 ConstantType& result = FromCat1Const(jchar_max, false);
456 ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::min(), false);
462 ConstantType& result = FromCat1Const(std::numeric_limits<jint>::max(), false);
468 ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::max(), false);
474 ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::max(), false);
reg_type.cc 800 return reg_types->FromCat1Const(val1, false);
806 return reg_types->FromCat1Const(val2, false);
815 return reg_types->FromCat1Const(val1, false);
821 return reg_types->FromCat1Const(val2, false);
method_verifier.cc     [all...]

Completed in 113 milliseconds