Searched refs:CharType (Results 1 – 6 of 6) sorted by relevance
170 inline const CharType* CharType::GetInstance() { in GetInstance()
55 inline const CharType& RegTypeCache::Char() { in Char()56 return *CharType::GetInstance(); in Char()
48 const CharType* CharType::instance_ = nullptr;110 std::string CharType::Dump() const { in Dump()213 const CharType* CharType::CreateInstance(ObjPtr<mirror::Class> klass, in CreateInstance()217 instance_ = new CharType(klass, descriptor, cache_id); in CreateInstance()221 void CharType::Destroy() { in Destroy()
41 class CharType; variable121 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
65 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()123 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()309 CharType::Destroy(); in ShutDown()368 create_primitive_type_instance(TypeHelper<CharType>("C")); in CreatePrimitiveAndSmallConstantTypes()695 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
566 class CharType final : public Cat1Type {570 static const CharType* CreateInstance(ObjPtr<mirror::Class> klass,574 static const CharType* GetInstance() PURE;582 CharType(ObjPtr<mirror::Class> klass, in CharType() function588 static const CharType* instance_;