Searched refs:CharType (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | string_builder_append.cc | 63 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/ |
D | reg_type-inl.h | 182 inline const CharType* CharType::GetInstance() { in GetInstance()
|
D | reg_type_cache-inl.h | 56 inline const CharType& RegTypeCache::Char() { in Char() 57 return *CharType::GetInstance(); in Char()
|
D | reg_type.cc | 48 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()
|
D | reg_type_cache.h | 44 class CharType; variable 127 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type_cache.cc | 71 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()
|
D | reg_type.h | 544 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_;
|