Searched refs:UndefinedType (Results 1 – 6 of 6) sorted by relevance
197 inline const UndefinedType* UndefinedType::GetInstance() { in GetInstance()
42 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()
76 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()77 return *UndefinedType::GetInstance(); in Undefined()
55 class UndefinedType; variable123 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
54 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()
412 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() function441 static const UndefinedType* instance_;