Searched refs:PreciseConstType (Results 1 – 4 of 4) sorted by relevance
30 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()
174 static PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];
614 class PreciseConstType : public ConstantType {616 PreciseConstType(uint32_t constat, uint16_t cache_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in PreciseConstType() function
84 std::string PreciseConstType::Dump() { in Dump()