Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h201 inline const UndefinedType* UndefinedType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h79 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()
80 return *UndefinedType::GetInstance(); in Undefined()
Dreg_type.cc43 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()
Dreg_type_cache.h60 class UndefinedType; variable
135 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc65 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()
Dreg_type.h395 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() function
425 static const UndefinedType* instance_;