Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h168 inline const ShortType* ShortType::GetInstance() { in GetInstance()
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.h102 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_) { in Short()
103 return *ShortType::GetInstance(); in Short()
Dreg_type_cache.cc58 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
115 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
292 ShortType::Destroy(); in ShutDown()
329 CreatePrimitiveTypeInstance<ShortType>("S"); in CreatePrimitiveAndSmallConstantTypes()
651 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h460 class ShortType FINAL : public Cat1Type {
464 static const ShortType* CreateInstance(mirror::Class* klass,
468 static const ShortType* GetInstance() PURE;
472 ShortType(mirror::Class* klass, const StringPiece& descriptor, in ShortType() function
477 static const ShortType* instance_;