Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type-inl.h152 inline const CharType* CharType::GetInstance() { in GetInstance()
Dreg_type.cc42 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()
Dreg_type_cache.h97 const CharType& Char() SHARED_REQUIRES(Locks::mutator_lock_) { in Char()
98 return *CharType::GetInstance(); in Char()
Dreg_type_cache.cc59 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()
Dreg_type.h449 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() function
464 static const CharType* instance_;