Searched refs:IntegerType (Results 1 – 5 of 5) sorted by relevance
168 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
48 const IntegerType* IntegerType::instance_ = nullptr;121 std::string IntegerType::Dump() const { in Dump()239 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()242 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance()246 void IntegerType::Destroy() { in Destroy()
103 const IntegerType& Integer() SHARED_REQUIRES(Locks::mutator_lock_) { in Integer()104 return *IntegerType::GetInstance(); in Integer()
60 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()119 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType()295 IntegerType::Destroy(); in ShutDown()332 CreatePrimitiveTypeInstance<IntegerType>("I"); in CreatePrimitiveAndSmallConstantTypes()652 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
376 class IntegerType : public Cat1Type {380 static const IntegerType* CreateInstance(mirror::Class* klass,384 static const IntegerType* GetInstance() PURE;388 IntegerType(mirror::Class* klass, const StringPiece& descriptor, in IntegerType() function391 static const IntegerType* instance_;