Searched refs:IntegerType (Results 1 – 6 of 6) sorted by relevance
198 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
62 inline const IntegerType& RegTypeCache::Integer() { in Integer()63 return *IntegerType::GetInstance(); in Integer()
54 const IntegerType* IntegerType::instance_ = nullptr;134 std::string IntegerType::Dump() const { in Dump()258 const IntegerType* IntegerType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()262 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance()266 void IntegerType::Destroy() { in Destroy()
51 class IntegerType; variable129 const IntegerType& Integer() REQUIRES_SHARED(Locks::mutator_lock_);
72 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()131 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType()320 IntegerType::Destroy(); in ShutDown()380 create_primitive_type_instance(TypeHelper<IntegerType>("I")); in CreatePrimitiveAndSmallConstantTypes()707 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
444 class IntegerType final : public Cat1Type {448 static const IntegerType* CreateInstance(ObjPtr<mirror::Class> klass,452 static const IntegerType* GetInstance() PURE;460 IntegerType(ObjPtr<mirror::Class> klass, in IntegerType() function466 static const IntegerType* instance_;