Home
last modified time | relevance | path

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

/art/runtime/
Dstring_builder_append.cc65 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/
Dreg_type_cache-inl.h56 inline const CharType& RegTypeCache::Char() { in Char()
57 return *down_cast<const CharType*>(entries_[kCharCacheId]); in Char()
Dreg_type_cache.h45 class CharType; variable
115 const CharType& Char() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type.h472 class CharType final : public Cat1Type {
481 CharType(Handle<mirror::Class> klass, in CharType() function
Dreg_type_cache.cc69 CREATE_PRIMITIVE_TYPE(CharType, ClassRoot::kPrimitiveChar, "C", kCharCacheId); in FillPrimitiveAndSmallConstantTypes()
Dreg_type.cc96 std::string CharType::Dump() const { in Dump()