Home
last modified time | relevance | path

Searched refs:AllocFromUtf16 (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc263 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), s, v); in StringFactory_newStringFromUtf8Bytes()
/aosp12/art/runtime/mirror/
H A Dstring.h156 static ObjPtr<String> AllocFromUtf16(Thread* self,
H A Dstring.cc154 ObjPtr<String> String::AllocFromUtf16(Thread* self, in AllocFromUtf16() function in art::mirror::String
/aosp12/art/runtime/
H A Dclass_linker_test.cc1535 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
/aosp12/art/runtime/jni/
H A Djni_internal.cc1905 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), char_count, chars); in NewString()