Searched refs:CharType (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | string_builder_append.cc | 65 template <typename CharType> 66 CharType* AppendFpArg(ObjPtr<mirror::String> new_string, 67 CharType* data, 70 template <typename CharType, size_t size> 71 static CharType* AppendLiteral(ObjPtr<mirror::String> new_string, 72 CharType* data, 75 template <typename CharType> 76 static CharType* AppendString(ObjPtr<mirror::String> new_string, 77 CharType* data, 80 template <typename CharType> [all …]
|
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 56 inline const CharType& RegTypeCache::Char() { in Char() 57 return *down_cast<const CharType*>(entries_[kCharCacheId]); in Char()
|
D | reg_type_cache.h | 45 class CharType; variable 115 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reg_type.h | 472 class CharType final : public Cat1Type { 481 CharType(Handle<mirror::Class> klass, in CharType() function
|
D | reg_type_cache.cc | 69 CREATE_PRIMITIVE_TYPE(CharType, ClassRoot::kPrimitiveChar, "C", kCharCacheId); in FillPrimitiveAndSmallConstantTypes()
|
D | reg_type.cc | 96 std::string CharType::Dump() const { in Dump()
|