Searched refs:PreciseConstType (Results 1 – 4 of 4) sorted by relevance
56 class PreciseConstType; variable196 static const PreciseConstType* small_precise_constants_[kMaxSmallConstant -
39 const PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant -328 const PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown()388 PreciseConstType* type = new PreciseConstType(value, primitive_count_); in CreatePrimitiveAndSmallConstantTypes()623 entry = new (&allocator_) PreciseConstType(value, entries_.size()); in FromCat1NonSmallConstant()
764 class PreciseConstType final : public ConstantType {766 PreciseConstType(uint32_t constant, uint16_t cache_id) in PreciseConstType() function
77 std::string PreciseConstType::Dump() const { in Dump()