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