Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h171 inline const ShortType* ShortType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h55 inline const ShortType& RegTypeCache::Short() { in Short()
56 return *ShortType::GetInstance(); in Short()
Dreg_type.cc46 const ShortType* ShortType::instance_ = nullptr;
98 std::string ShortType::Dump() const { in Dump()
216 const ShortType* ShortType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
219 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()
223 void ShortType::Destroy() { in Destroy()
Dreg_type_cache.h54 class ShortType; variable
116 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc58 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
115 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
297 ShortType::Destroy(); in ShutDown()
334 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
656 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h531 class ShortType FINAL : public Cat1Type {
535 static const ShortType* CreateInstance(mirror::Class* klass,
539 static const ShortType* GetInstance() PURE;
547 ShortType(mirror::Class* klass, const StringPiece& descriptor, in ShortType() function
552 static const ShortType* instance_;