Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h186 inline const IntegerType* IntegerType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h60 inline const IntegerType& RegTypeCache::Integer() { in Integer()
61 return *IntegerType::GetInstance(); in Integer()
Dreg_type.cc54 const IntegerType* IntegerType::instance_ = nullptr;
128 std::string IntegerType::Dump() const { in Dump()
246 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()
249 instance_ = new IntegerType(klass, descriptor, cache_id); in CreateInstance()
253 void IntegerType::Destroy() { in Destroy()
Dreg_type_cache.h48 class IntegerType; variable
119 const IntegerType& Integer() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc66 entries_.push_back(IntegerType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
125 return *IntegerType::GetInstance(); in RegTypeFromPrimitiveType()
307 IntegerType::Destroy(); in ShutDown()
366 create_primitive_type_instance(TypeHelper<IntegerType>("I")); in CreatePrimitiveAndSmallConstantTypes()
692 IntegerType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h462 class IntegerType FINAL : public Cat1Type {
466 static const IntegerType* CreateInstance(mirror::Class* klass,
470 static const IntegerType* GetInstance() PURE;
478 IntegerType(mirror::Class* klass, const StringPiece& descriptor, in IntegerType() function
483 static const IntegerType* instance_;