Searched refs: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 207 return new_string; in AllocFromCharArray() 214 String* new_string = Alloc<kIsInstrumented>(self, string_length, allocator_type, visitor); in AllocFromString() local 215 return new_string; in AllocFromString()
|
| D | string.cc | 87 String* new_string = Alloc<true>(self, length + length2, allocator_type, visitor); in AllocFromStrings() local 88 if (UNLIKELY(new_string == nullptr)) { in AllocFromStrings() 91 uint16_t* new_value = new_string->GetValue(); in AllocFromStrings() 94 return new_string; in AllocFromStrings()
|
| /art/runtime/ |
| D | debugger.cc | 1267 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString() local 1268 if (new_string == nullptr) { in CreateString() 1275 *new_string_id = gRegistry->Add(new_string); in CreateString()
|