Searched refs:AllocFromUtf16ByteArray (Results 1 – 3 of 3) sorted by relevance
81 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16ByteArray(soa.Self(), in StringFactory_newStringFromUtf16Bytes()
145 ALWAYS_INLINE static ObjPtr<String> AllocFromUtf16ByteArray(Thread* self,
264 inline ObjPtr<String> String::AllocFromUtf16ByteArray(Thread* self, in AllocFromUtf16ByteArray() function