Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h66 return *down_cast<const FloatType*>(entries_[kFloatCacheId]); in Float()
Dreg_type_cache.h171 static constexpr int32_t kFloatCacheId = kNumSmallConstants + 7; variable
Dreg_type_cache.cc73 CREATE_PRIMITIVE_TYPE(FloatType, ClassRoot::kPrimitiveFloat, "F", kFloatCacheId); in FillPrimitiveAndSmallConstantTypes()
134 return *entries_[kFloatCacheId]; in RegTypeFromPrimitiveType()