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.h57 inline const ShortType& RegTypeCache::Short() { in Short()
58 return *ShortType::GetInstance(); in Short()
Dreg_type.cc47 const ShortType* ShortType::instance_ = nullptr;
100 std::string ShortType::Dump() const { in Dump()
218 const ShortType* ShortType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
221 instance_ = new ShortType(klass, descriptor, cache_id); in CreateInstance()
225 void ShortType::Destroy() { in Destroy()
Dreg_type_cache.h56 class ShortType; variable
118 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc64 entries_.push_back(ShortType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
121 return *ShortType::GetInstance(); in RegTypeFromPrimitiveType()
305 ShortType::Destroy(); in ShutDown()
364 create_primitive_type_instance(TypeHelper<ShortType>("S")); in CreatePrimitiveAndSmallConstantTypes()
690 ShortType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h535 class ShortType FINAL : public Cat1Type {
539 static const ShortType* CreateInstance(mirror::Class* klass,
543 static const ShortType* GetInstance() PURE;
551 ShortType(mirror::Class* klass, const StringPiece& descriptor, in ShortType() function
556 static const ShortType* instance_;