HomeSort by relevance Sort by last modified time
    Searched refs:small_precise_constants_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type_cache-inl.h 38 return *small_precise_constants_[value - kMinSmallConstant];
reg_type_cache.cc 30 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);
reg_type_cache.h 174 static PreciseConstType* small_precise_constants_[kMaxSmallConstant - kMinSmallConstant + 1]; member in class:art::verifier::RegTypeCache

Completed in 105 milliseconds