Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h197 inline const UndefinedType* UndefinedType::GetInstance() { in GetInstance()
Dreg_type.cc42 const UndefinedType* UndefinedType::instance_ = nullptr;
287 std::string UndefinedType::Dump() const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()
291 const UndefinedType* UndefinedType::CreateInstance(mirror::Class* klass, in CreateInstance()
295 instance_ = new UndefinedType(klass, descriptor, cache_id); in CreateInstance()
299 void UndefinedType::Destroy() { in Destroy()
589 const UndefinedType& undefined = reg_types->Undefined(); in Merge()
Dreg_type_cache-inl.h76 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()
77 return *UndefinedType::GetInstance(); in Undefined()
Dreg_type_cache.h55 class UndefinedType; variable
123 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc54 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
293 UndefinedType::Destroy(); in ShutDown()
330 CreatePrimitiveTypeInstance<UndefinedType>(""); in CreatePrimitiveAndSmallConstantTypes()
652 UndefinedType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h412 class UndefinedType FINAL : public RegType {
419 static const UndefinedType* GetInstance() PURE;
422 static const UndefinedType* CreateInstance(mirror::Class* klass,
435 UndefinedType(mirror::Class* klass, const StringPiece& descriptor, in UndefinedType() function
441 static const UndefinedType* instance_;