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;996 const NullType* NullType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()1000 instance_ = new NullType(klass, descriptor, cache_id); in CreateInstance()1004 void NullType::Destroy() { in Destroy()1005 if (NullType::instance_ != nullptr) { in Destroy()
52 class NullType; variable131 const NullType& Null();
879 class NullType final : public RegType {886 static const NullType* GetInstance() PURE;889 static const NullType* CreateInstance(ObjPtr<mirror::Class> klass,909 NullType(ObjPtr<mirror::Class> klass, const std::string_view& descriptor, uint16_t cache_id) in NullType() function915 static const NullType* instance_;
61 entries_.push_back(NullType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()316 NullType::Destroy(); in ShutDown()364 create_primitive_type_instance(TypeHelper<NullType>("")); in CreatePrimitiveAndSmallConstantTypes()