Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h75 return *down_cast<const DoubleLoType*>(entries_[kDoubleLoCacheId]); in DoubleLo()
Dreg_type_cache.h172 static constexpr int32_t kDoubleLoCacheId = kNumSmallConstants + 8; variable
Dreg_type_cache.cc74 CREATE_PRIMITIVE_TYPE(DoubleLoType, ClassRoot::kPrimitiveDouble, "D", kDoubleLoCacheId); in FillPrimitiveAndSmallConstantTypes()
136 return *entries_[kDoubleLoCacheId]; in RegTypeFromPrimitiveType()