Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h63 return *down_cast<const IntegerType*>(entries_[kIntCacheId]); in Integer()
Dreg_type_cache.h168 static constexpr int32_t kIntCacheId = kNumSmallConstants + 4; variable
Dreg_type_cache.cc70 CREATE_PRIMITIVE_TYPE(IntegerType, ClassRoot::kPrimitiveInt, "I", kIntCacheId); in FillPrimitiveAndSmallConstantTypes()
130 return *entries_[kIntCacheId]; in RegTypeFromPrimitiveType()