Home
last modified time | relevance | path

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

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