Home
last modified time | relevance | path

Searched defs:new_string (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dstring-inl.h206 String* new_string = Alloc<kIsInstrumented>(self, count, allocator_type, visitor); in AllocFromCharArray() local
214 String* new_string = Alloc<kIsInstrumented>(self, string_length, allocator_type, visitor); in AllocFromString() local
Dstring.cc87 String* new_string = Alloc<true>(self, length + length2, allocator_type, visitor); in AllocFromStrings() local
/art/runtime/
Ddebugger.cc1267 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString() local