Searched refs:CharType (Results 1 – 5 of 5) sorted by relevance
147 inline const CharType* CharType::GetInstance() { in GetInstance()
41 const CharType* CharType::instance_ = nullptr;99 std::string CharType::Dump() const { in Dump()199 const CharType* CharType::CreateInstance(mirror::Class* klass, const std::string& descriptor, in CreateInstance()202 instance_ = new CharType(klass, descriptor, cache_id); in CreateInstance()206 void CharType::Destroy() { in Destroy()
86 const CharType& Char() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Char()87 return *CharType::GetInstance(); in Char()
54 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()111 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()268 CharType::Destroy(); in ShutDown()305 CreatePrimitiveTypeInstance<CharType>("C"); in CreatePrimitiveAndSmallConstantTypes()593 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
445 class CharType FINAL : public Cat1Type {449 static const CharType* CreateInstance(mirror::Class* klass,453 static const CharType* GetInstance() PURE;457 CharType(mirror::Class* klass, const std::string& descriptor, in CharType() function460 static const CharType* instance_;