Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h51 return *down_cast<const BooleanType*>(entries_[kBooleanCacheId]); in Boolean()
Dreg_type_cache.h164 static constexpr int32_t kBooleanCacheId = kNumSmallConstants; variable
Dreg_type_cache.cc66 CREATE_PRIMITIVE_TYPE(BooleanType, ClassRoot::kPrimitiveBoolean, "Z", kBooleanCacheId); in FillPrimitiveAndSmallConstantTypes()
122 return *entries_[kBooleanCacheId]; in RegTypeFromPrimitiveType()