Searched refs:NullType (Results 1 – 6 of 6) sorted by relevance
206 inline const NullType* NullType::GetInstance() { in GetInstance()
85 inline const NullType& RegTypeCache::Null() { in Null()86 return *NullType::GetInstance(); in Null()
55 const NullType* NullType::instance_ = nullptr;1082 const NullType* NullType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()1086 instance_ = new NullType(klass, descriptor, cache_id); in CreateInstance()1090 void NullType::Destroy() { in Destroy()1091 if (NullType::instance_ != nullptr) { in Destroy()
55 class NullType; variable137 const NullType& Null();
857 class NullType final : public RegType {864 static const NullType* GetInstance() PURE;867 static const NullType* CreateInstance(ObjPtr<mirror::Class> klass,887 NullType(ObjPtr<mirror::Class> klass, const std::string_view& descriptor, uint16_t cache_id) in NullType() function893 static const NullType* instance_;
67 entries_.push_back(NullType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()326 NullType::Destroy(); in ShutDown()375 create_primitive_type_instance(TypeHelper<NullType>("")); in CreatePrimitiveAndSmallConstantTypes()