Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h72 return *down_cast<const LongHiType*>(entries_[kLongHiCacheId]); in LongHi()
Dreg_type_cache.h170 static constexpr int32_t kLongHiCacheId = kNumSmallConstants + 6; variable
Dreg_type_cache.cc72 CREATE_PRIMITIVE_TYPE(LongHiType, ClassRoot::kPrimitiveLong, "J", kLongHiCacheId); in FillPrimitiveAndSmallConstantTypes()