Searched defs:new_string (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/mirror/ |
| D | string-inl.h | 277 String* new_string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor); in AllocFromCharArray() local 289 String* new_string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor); in AllocFromString() local
|
| D | string.cc | 143 ObjPtr<String> new_string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in AllocFromStrings() local
|
| /art/runtime/ |
| D | debugger.cc | 1282 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString() local
|