Home
last modified time | relevance | path

Searched refs:ShortType (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h152 inline const ShortType* ShortType::GetInstance() { in GetInstance()
Dreg_type.cc40 const ShortType* ShortType::instance_ = nullptr;
95 std::string ShortType::Dump() const { in Dump()
213 const ShortType* ShortType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()
216 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()
220 void ShortType::Destroy() { in Destroy()
Dreg_type_cache.h89 const ShortType& Short() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Short()
90 return *ShortType::GetInstance(); in Short()
Dreg_type_cache.cc53 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
109 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
267 ShortType::Destroy(); in ShutDown()
304 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
592 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h427 class ShortType FINAL : public Cat1Type {
431 static const ShortType* CreateInstance(mirror::Class* klass,
435 static const ShortType* GetInstance() PURE;
439 ShortType(mirror::Class* klass, const std::string& descriptor, in ShortType() function
442 static const ShortType* instance_;