Searched defs:small_precise_constants_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dreg_type_cache.h174 static PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1]; member in class:art::verifier::RegTypeCache
H A Dreg_type_cache.cc30 PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1]; member in class:art::verifier::RegTypeCache
62 DCHECK_EQ(entries_.size(), small_precise_constants_[i]->GetId());
63 entries_.push_back(small_precise_constants_[i]);
274 PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant];
276 small_precise_constants_[value - kMinSmallConstant] = nullptr;
311 small_precise_constants_[value - kMinSmallConstant] = type;
608 small_precise_constants_[value - kMinSmallConstant]->VisitRoots(callback, arg);

Completed in 2894 milliseconds