Home
last modified time | relevance | path

Searched refs:PreciseConstType (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc31 const PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant - kMinSmallConstan…
276 const PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown()
313 PreciseConstType* type = new PreciseConstType(value, primitive_count_); in CreatePrimitiveAndSmallConstantTypes()
508 entry = new PreciseConstType(value, entries_.size()); in FromCat1NonSmallConstant()
Dreg_type_cache.h164 …static const PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
Dreg_type.h618 class PreciseConstType FINAL : public ConstantType {
620 PreciseConstType(uint32_t constant, uint16_t cache_id) in PreciseConstType() function
Dreg_type.cc66 std::string PreciseConstType::Dump() const { in Dump()