Searched refs:ShortType (Results 1 – 6 of 6) sorted by relevance
187 inline const ShortType* ShortType::GetInstance() { in GetInstance()
59 inline const ShortType& RegTypeCache::Short() { in Short()60 return *ShortType::GetInstance(); in Short()
47 const ShortType* ShortType::instance_ = nullptr;106 std::string ShortType::Dump() const { in Dump()228 const ShortType* ShortType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()232 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()236 void ShortType::Destroy() { in Destroy()
59 class ShortType; variable128 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_);
70 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()127 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()318 ShortType::Destroy(); in ShutDown()378 create_primitive_type_instance(TypeHelper<ShortType>("S")); in CreatePrimitiveAndSmallConstantTypes()705 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
520 class ShortType final : public Cat1Type {524 static const ShortType* CreateInstance(ObjPtr<mirror::Class> klass,528 static const ShortType* GetInstance() PURE;536 ShortType(ObjPtr<mirror::Class> klass, const std::string_view& descriptor, in ShortType() function541 static const ShortType* instance_;