Home
last modified time | relevance | path

Searched refs:AllocFromUtf16ByteArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/native/
H A Djava_lang_StringFactory.cc81 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16ByteArray(soa.Self(), in StringFactory_newStringFromUtf16Bytes()
/aosp_15_r20/art/runtime/mirror/
H A Dstring.h146 ALWAYS_INLINE static ObjPtr<String> AllocFromUtf16ByteArray(Thread* self,
H A Dstring-alloc-inl.h264 inline ObjPtr<String> String::AllocFromUtf16ByteArray(Thread* self, in AllocFromUtf16ByteArray() function