Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h147 inline const CharType* CharType::GetInstance() { in GetInstance()
Dreg_type.cc41 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()
Dreg_type_cache.h86 const CharType& Char() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Char()
87 return *CharType::GetInstance(); in Char()
Dreg_type_cache.cc54 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()
Dreg_type.h445 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() function
460 static const CharType* instance_;