Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc293 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), s, v); in StringFactory_newStringFromUtf8Bytes()
/art/runtime/mirror/
Dstring.h180 static ObjPtr<String> AllocFromUtf16(Thread* self,
Dstring.cc210 ObjPtr<String> String::AllocFromUtf16(Thread* self, in AllocFromUtf16() function in art::mirror::String
/art/runtime/
Dclass_linker_test.cc1542 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
/art/runtime/jni/
Djni_internal.cc1985 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), char_count, chars); in NewString()