Home
last modified time | relevance | path

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

/art/runtime/
Dstring_builder_append.cc63 template <typename CharType, size_t size>
64 static CharType* AppendLiteral(ObjPtr<mirror::String> new_string,
65 CharType* data,
68 template <typename CharType>
69 static CharType* AppendString(ObjPtr<mirror::String> new_string,
70 CharType* data,
73 template <typename CharType>
74 static CharType* AppendInt64(ObjPtr<mirror::String> new_string,
75 CharType* data,
78 template <typename CharType>
[all …]
/art/runtime/verifier/
Dreg_type-inl.h182 inline const CharType* CharType::GetInstance() { in GetInstance()
Dreg_type_cache-inl.h56 inline const CharType& RegTypeCache::Char() { in Char()
57 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.h44 class CharType; variable
127 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type_cache.cc71 entries_.push_back(CharType::GetInstance()); in FillPrimitiveAndSmallConstantTypes()
129 return *CharType::GetInstance(); in RegTypeFromPrimitiveType()
319 CharType::Destroy(); in ShutDown()
379 create_primitive_type_instance(TypeHelper<CharType>("C")); in CreatePrimitiveAndSmallConstantTypes()
706 CharType::GetInstance()->VisitRoots(visitor, ri); in VisitStaticRoots()
Dreg_type.h544 class CharType final : public Cat1Type {
548 static const CharType* CreateInstance(ObjPtr<mirror::Class> klass,
552 static const CharType* GetInstance() PURE;
560 CharType(ObjPtr<mirror::Class> klass, in CharType() function
566 static const CharType* instance_;