Searched refs:CharType (Results 1 – 6 of 6) sorted by relevance
166 inline const CharType* CharType::GetInstance() { in GetInstance()
52 inline const CharType& RegTypeCache::Char() { in Char()53 return *CharType::GetInstance(); in Char()
47 const CharType* CharType::instance_ = nullptr;102 std::string CharType::Dump() const { in Dump()202 const CharType* CharType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor, in CreateInstance()205 instance_ = new CharType(klass, descriptor, cache_id); in CreateInstance()209 void CharType::Destroy() { in Destroy()
41 class CharType; variable115 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
59 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()117 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()298 CharType::Destroy(); in ShutDown()335 CreatePrimitiveTypeInstance<CharType>("C"); in CreatePrimitiveAndSmallConstantTypes()657 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
555 class CharType FINAL : public Cat1Type {559 static const CharType* CreateInstance(mirror::Class* klass,563 static const CharType* GetInstance() PURE;571 CharType(mirror::Class* klass, const StringPiece& descriptor, in CharType() function576 static const CharType* instance_;