Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h194 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.h123 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_) { in Undefined()
124 return *UndefinedType::GetInstance(); in Undefined()
Dreg_type_cache.cc54 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
288 UndefinedType::Destroy(); in ShutDown()
325 CreatePrimitiveTypeInstance<UndefinedType>(""); in CreatePrimitiveAndSmallConstantTypes()
647 UndefinedType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h357 class UndefinedType FINAL : public RegType {
364 static const UndefinedType* GetInstance() PURE;
367 static const UndefinedType* CreateInstance(mirror::Class* klass,
376 UndefinedType(mirror::Class* klass, const StringPiece& descriptor, in UndefinedType() function
382 static const UndefinedType* instance_;