Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h175 inline const ShortType* ShortType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h58 inline const ShortType& RegTypeCache::Short() { in Short()
59 return *ShortType::GetInstance(); in Short()
Dreg_type.cc47 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()
Dreg_type_cache.h59 class ShortType; variable
128 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc70 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()
Dreg_type.h520 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() function
541 static const ShortType* instance_;