Searched defs:new_string (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/mirror/ |
| D | string-inl.h | 206 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
|
| D | string.cc | 87 String* new_string = Alloc<true>(self, length + length2, allocator_type, visitor); in AllocFromStrings() local
|
| /art/runtime/ |
| D | debugger.cc | 1267 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString() local
|