Searched refs:kMinSmallConstant (Results 1 – 3 of 3) sorted by relevance
37 if (precise && (value >= kMinSmallConstant) && (value <= kMaxSmallConstant)) { in FromCat1Const()38 return *small_precise_constants_[value - kMinSmallConstant]; in FromCat1Const()
30 PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];60 for (int32_t value = kMinSmallConstant; value <= kMaxSmallConstant; ++value) { in FillPrimitiveAndSmallConstantTypes()61 int32_t i = value - kMinSmallConstant; in FillPrimitiveAndSmallConstantTypes()273 for (int32_t value = kMinSmallConstant; value <= kMaxSmallConstant; ++value) { in ShutDown()274 PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown()276 small_precise_constants_[value - kMinSmallConstant] = nullptr; in ShutDown()309 for (int32_t value = kMinSmallConstant; value <= kMaxSmallConstant; ++value) { in CreatePrimitiveAndSmallConstantTypes()311 small_precise_constants_[value - kMinSmallConstant] = type; in CreatePrimitiveAndSmallConstantTypes()607 for (int32_t value = kMinSmallConstant; value <= kMaxSmallConstant; ++value) { in VisitStaticRoots()608 small_precise_constants_[value - kMinSmallConstant]->VisitRoots(callback, arg); in VisitStaticRoots()
172 static constexpr int32_t kMinSmallConstant = -1; variable174 static PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1];177 12 + (kMaxSmallConstant - kMinSmallConstant + 1);