Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h157 inline const ShortType* ShortType::GetInstance() { in GetInstance()
Dreg_type.cc41 const ShortType* ShortType::instance_ = nullptr;
93 std::string ShortType::Dump() const { in Dump()
211 const ShortType* ShortType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
214 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()
218 void ShortType::Destroy() { in Destroy()
Dreg_type_cache.h100 const ShortType& Short() SHARED_REQUIRES(Locks::mutator_lock_) { in Short()
101 return *ShortType::GetInstance(); in Short()
Dreg_type_cache.cc58 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
115 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
293 ShortType::Destroy(); in ShutDown()
330 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
650 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h431 class ShortType FINAL : public Cat1Type {
435 static const ShortType* CreateInstance(mirror::Class* klass,
439 static const ShortType* GetInstance() PURE;
443 ShortType(mirror::Class* klass, const StringPiece& descriptor, in ShortType() function
446 static const ShortType* instance_;