Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h60 return *down_cast<const ShortType*>(entries_[kShortCacheId]); in Short()
Dreg_type_cache.h166 static constexpr int32_t kShortCacheId = kNumSmallConstants + 2; variable
Dreg_type_cache.cc68 CREATE_PRIMITIVE_TYPE(ShortType, ClassRoot::kPrimitiveShort, "S", kShortCacheId); in FillPrimitiveAndSmallConstantTypes()
126 return *entries_[kShortCacheId]; in RegTypeFromPrimitiveType()