Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h170 inline const CharType* CharType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h55 inline const CharType& RegTypeCache::Char() { in Char()
56 return *CharType::GetInstance(); in Char()
Dreg_type.cc48 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()
Dreg_type_cache.h41 class CharType; variable
121 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc65 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()
Dreg_type.h566 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() function
588 static const CharType* instance_;