Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h69 return *down_cast<const LongLoType*>(entries_[kLongLoCacheId]); in LongLo()
Dreg_type_cache.h169 static constexpr int32_t kLongLoCacheId = kNumSmallConstants + 5; variable
Dreg_type_cache.cc71 CREATE_PRIMITIVE_TYPE(LongLoType, ClassRoot::kPrimitiveLong, "J", kLongLoCacheId); in FillPrimitiveAndSmallConstantTypes()
132 return *entries_[kLongLoCacheId]; in RegTypeFromPrimitiveType()