Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h178 inline const UndefinedType* UndefinedType::GetInstance() { in GetInstance()
Dreg_type.cc36 const UndefinedType* UndefinedType::instance_ = nullptr;
284 std::string UndefinedType::Dump() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Dump()
288 const UndefinedType* UndefinedType::CreateInstance(mirror::Class* klass, in CreateInstance()
292 instance_ = new UndefinedType(klass, descriptor, cache_id); in CreateInstance()
296 void UndefinedType::Destroy() { in Destroy()
Dreg_type_cache.h110 const UndefinedType& Undefined() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Undefined()
111 return *UndefinedType::GetInstance(); in Undefined()
Dreg_type_cache.cc49 entries_.push_back(UndefinedType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
263 UndefinedType::Destroy(); in ShutDown()
300 CreatePrimitiveTypeInstance<UndefinedType>(""); in CreatePrimitiveAndSmallConstantTypes()
588 UndefinedType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h332 class UndefinedType FINAL : public RegType {
339 static const UndefinedType* GetInstance() PURE;
342 static const UndefinedType* CreateInstance(mirror::Class* klass,
351 UndefinedType(mirror::Class* klass, const std::string& descriptor, in UndefinedType() function
355 static const UndefinedType* instance_;