Searched refs:CharType (Results 1 – 5 of 5) sorted by relevance
152 inline const CharType* CharType::GetInstance() { in GetInstance()
42 const CharType* CharType::instance_ = nullptr;97 std::string CharType::Dump() const { in Dump()197 const CharType* CharType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()200 instance_ = new CharType(klass, descriptor, cache_id); in CreateInstance()204 void CharType::Destroy() { in Destroy()
97 const CharType& Char() SHARED_REQUIRES(Locks::mutator_lock_) { in Char()98 return *CharType::GetInstance(); in Char()
59 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()117 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()294 CharType::Destroy(); in ShutDown()331 CreatePrimitiveTypeInstance<CharType>("C"); in CreatePrimitiveAndSmallConstantTypes()651 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
449 class CharType FINAL : public Cat1Type {453 static const CharType* CreateInstance(mirror::Class* klass,457 static const CharType* GetInstance() PURE;461 CharType(mirror::Class* klass, const StringPiece& descriptor, in CharType() function464 static const CharType* instance_;