Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h282 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
Dstring.cc147 ObjPtr<String> new_string = Alloc<true>(self, length_with_flag, allocator_type, visitor); in AllocFromStrings() local
/art/runtime/
Ddebugger.cc1356 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str()); in CreateString() local