Home
last modified time | relevance | path

Searched refs:CharType (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type-inl.h163 inline const CharType* CharType::GetInstance() { in GetInstance()
Dreg_type.cc47 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()
Dreg_type_cache.h99 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_) { in Char()
100 return *CharType::GetInstance(); in Char()
Dreg_type_cache.cc59 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
117 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()
293 CharType::Destroy(); in ShutDown()
330 CreatePrimitiveTypeInstance<CharType>("C"); in CreatePrimitiveAndSmallConstantTypes()
652 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h480 class CharType FINAL : public Cat1Type {
484 static const CharType* CreateInstance(mirror::Class* klass,
488 static const CharType* GetInstance() PURE;
492 CharType(mirror::Class* klass, const StringPiece& descriptor, in CharType() function
497 static const CharType* instance_;