Home
last modified time | relevance | path

Searched refs:kConflictCacheId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc81 entries_[kConflictCacheId] = in FillPrimitiveAndSmallConstantTypes()
82 new (&allocator_) ConflictType(null_handle_, "", kConflictCacheId); in FillPrimitiveAndSmallConstantTypes()
139 return *entries_[kConflictCacheId]; in RegTypeFromPrimitiveType()
Dreg_type_cache-inl.h84 return *down_cast<const ConflictType*>(entries_[kConflictCacheId]); in Conflict()
Dreg_type_cache.h175 static constexpr int32_t kConflictCacheId = kNumSmallConstants + 11; variable