Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h168 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
Dreg_type.cc48 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()
Dreg_type_cache.h103 const IntegerType& Integer() SHARED_REQUIRES(Locks::mutator_lock_) { in Integer()
104 return *IntegerType::GetInstance(); in Integer()
Dreg_type_cache.cc60 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()
Dreg_type.h376 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() function
391 static const IntegerType* instance_;