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