Home
last modified time | relevance | path

Searched refs:ConstantType (Results 1 – 7 of 7) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache-inl.h37 inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool precise) { in FromCat1Const()
47 const ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::min(), false); in ByteConstant()
54 const ConstantType& result = FromCat1Const(jchar_max, false); in CharConstant()
60 const ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::min(), false); in ShortConstant()
66 const ConstantType& result = FromCat1Const(std::numeric_limits<jint>::max(), false); in IntConstant()
72 const ConstantType& result = FromCat1Const(std::numeric_limits<jbyte>::max(), false); in PosByteConstant()
78 const ConstantType& result = FromCat1Const(std::numeric_limits<jshort>::max(), false); in PosShortConstant()
Dreg_type_cache.h70 const ConstantType& FromCat1Const(int32_t value, bool precise)
72 const ConstantType& FromCat2ConstLo(int32_t value, bool precise)
74 const ConstantType& FromCat2ConstHi(int32_t value, bool precise)
84 const ConstantType& Zero() REQUIRES_SHARED(Locks::mutator_lock_) { in Zero()
87 const ConstantType& One() REQUIRES_SHARED(Locks::mutator_lock_) { in One()
164 const ConstantType& FromCat1NonSmallConstant(int32_t value, bool precise)
Dreg_type_cache.cc559 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) { in FromCat1NonSmallConstant()
564 (down_cast<const ConstantType*>(cur_entry))->ConstantValue() == value) { in FromCat1NonSmallConstant()
565 return *down_cast<const ConstantType*>(cur_entry); in FromCat1NonSmallConstant()
568 ConstantType* entry; in FromCat1NonSmallConstant()
577 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) { in FromCat2ConstLo()
581 (down_cast<const ConstantType*>(cur_entry))->ConstantValueLo() == value) { in FromCat2ConstLo()
582 return *down_cast<const ConstantType*>(cur_entry); in FromCat2ConstLo()
585 ConstantType* entry; in FromCat2ConstLo()
594 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) { in FromCat2ConstHi()
598 (down_cast<const ConstantType*>(cur_entry))->ConstantValueHi() == value) { in FromCat2ConstHi()
[all …]
Dreg_type.cc464 const ConstantType* const_val = down_cast<const ConstantType*>(this); in HighHalf()
603 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge()
604 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type); in Merge()
658 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge()
659 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type); in Merge()
664 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge()
665 const ConstantType& type2 = *down_cast<const ConstantType*>(&incoming_type); in Merge()
Dreg_type.h608 class ConstantType : public RegType {
610 ConstantType(uint32_t constant, uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_) in ConstantType() function
665 class PreciseConstType FINAL : public ConstantType {
669 : ConstantType(constant, cache_id) { in PreciseConstType()
678 class PreciseConstLoType FINAL : public ConstantType {
682 : ConstantType(constant, cache_id) { in PreciseConstLoType()
689 class PreciseConstHiType FINAL : public ConstantType {
693 : ConstantType(constant, cache_id) { in PreciseConstHiType()
700 class ImpreciseConstType FINAL : public ConstantType {
704 : ConstantType(constat, cache_id) { in ImpreciseConstType()
[all …]
Dreg_type-inl.h62 const ConstantType* const_val = down_cast<const ConstantType*>(this); in IsConstantBoolean()
Dmethod_verifier.cc5334 const ConstantType* const_val = down_cast<const ConstantType*>(&type); in DescribeVRegs()
5338 const ConstantType* const_val = down_cast<const ConstantType*>(&type); in DescribeVRegs()
5342 const ConstantType* const_val = down_cast<const ConstantType*>(&type); in DescribeVRegs()