Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h179 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
Dreg_type.cc53 const IntegerType* IntegerType::instance_ = nullptr;
126 std::string IntegerType::Dump() const { in Dump()
244 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
247 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance()
251 void IntegerType::Destroy() { in Destroy()
Dreg_type_cache.h105 const IntegerType& Integer() REQUIRES_SHARED(Locks::mutator_lock_) { in Integer()
106 return *IntegerType::GetInstance(); in Integer()
Dreg_type_cache.cc60 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
119 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType()
294 IntegerType::Destroy(); in ShutDown()
331 CreatePrimitiveTypeInstance<IntegerType>("I"); in CreatePrimitiveAndSmallConstantTypes()
653 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h399 class IntegerType FINAL : public Cat1Type {
403 static const IntegerType* CreateInstance(mirror::Class* klass,
407 static const IntegerType* GetInstance() PURE;
411 IntegerType(mirror::Class* klass, const StringPiece& descriptor, in IntegerType() function
416 static const IntegerType* instance_;