Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc30 PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
274 PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown()
310 PreciseConstType* type = new PreciseConstType(value, primitive_count_); in CreatePrimitiveAndSmallConstantTypes()
516 entry = new PreciseConstType(value, entries_.size()); in FromCat1NonSmallConstant()
Dreg_type_cache.h174 static PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
Dreg_type.h614 class PreciseConstType : public ConstantType {
616 PreciseConstType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in PreciseConstType() function
Dreg_type.cc84 std::string PreciseConstType::Dump() { in Dump()