Searched refs:ShortType (Results 1 – 6 of 6) sorted by relevance
175 inline const ShortType* ShortType::GetInstance() { in GetInstance()
57 inline const ShortType& RegTypeCache::Short() { in Short()58 return *ShortType::GetInstance(); in Short()
47 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()
56 class ShortType; variable118 const ShortType& Short() REQUIRES_SHARED(Locks::mutator_lock_);
64 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()
535 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() function556 static const ShortType* instance_;