Home
last modified time | relevance | path

Searched refs:SetStringCountVisitor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dstring-alloc-inl.h38 class SetStringCountVisitor {
40 explicit SetStringCountVisitor(int32_t count) : count_(count) { in SetStringCountVisitor() function
205 SetStringCountVisitor visitor(length_with_flag); in AllocEmptyString()
Dstring.cc91 SetStringCountVisitor visitor(length_with_flag); in DoReplace()
132 SetStringCountVisitor visitor(length_with_flag); in AllocFromStrings()
169 SetStringCountVisitor visitor(length_with_flag); in AllocFromUtf16()
205 SetStringCountVisitor visitor(utf16_length_with_flag); in AllocFromModifiedUtf8()