Searched refs:AllocFromCharArray (Results 1 – 5 of 5) sorted by relevance
67 ObjPtr<mirror::String> result = mirror::String::AllocFromCharArray(soa.Self(), in StringFactory_newStringFromChars()
131 ALWAYS_INLINE static ObjPtr<String> AllocFromCharArray(Thread* self,
226 inline ObjPtr<String> String::AllocFromCharArray(Thread* self, in AllocFromCharArray() function
115 return mirror::String::AllocFromCharArray<instrumented_bool>( \
1316 mirror::String::AllocFromCharArray(self, char_count, h_char_array, offset, allocator)); in UnstartedStringFactoryNewStringFromChars()