Searched refs:UndefinedType (Results 1 – 6 of 6) sorted by relevance
213 inline const UndefinedType* UndefinedType::GetInstance() { in GetInstance()
80 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()81 return *UndefinedType::GetInstance(); in Undefined()
43 const UndefinedType* UndefinedType::instance_ = nullptr;303 std::string UndefinedType::Dump() const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()307 const UndefinedType* UndefinedType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()311 instance_ = new UndefinedType(klass, descriptor, cache_id); in CreateInstance()315 void UndefinedType::Destroy() { in Destroy()752 const UndefinedType& undefined = reg_types->Undefined(); in Merge()
60 class UndefinedType; variable135 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
65 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()314 UndefinedType::Destroy(); in ShutDown()373 create_primitive_type_instance(TypeHelper<UndefinedType>("")); in CreatePrimitiveAndSmallConstantTypes()701 UndefinedType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
395 class UndefinedType final : public RegType {402 static const UndefinedType* GetInstance() PURE;405 static const UndefinedType* CreateInstance(ObjPtr<mirror::Class> klass,418 UndefinedType(ObjPtr<mirror::Class> klass, in UndefinedType() function425 static const UndefinedType* instance_;