Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h163 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
Dreg_type.cc47 const IntegerType* IntegerType::instance_ = nullptr;
123 std::string IntegerType::Dump() const { in Dump()
241 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()
244 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance()
248 void IntegerType::Destroy() { in Destroy()
Dreg_type_cache.h92 const IntegerType& Integer() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Integer()
93 return *IntegerType::GetInstance(); in Integer()
Dreg_type_cache.cc55 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
113 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType()
269 IntegerType::Destroy(); in ShutDown()
306 CreatePrimitiveTypeInstance<IntegerType>("I"); in CreatePrimitiveAndSmallConstantTypes()
594 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h372 class IntegerType : public Cat1Type {
376 static const IntegerType* CreateInstance(mirror::Class* klass,
380 static const IntegerType* GetInstance() PURE;
384 IntegerType(mirror::Class* klass, const std::string& descriptor, in IntegerType() function
387 static const IntegerType* instance_;