Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.h156 static ObjPtr<String> AllocFromUtf16(Thread* self,
Dstring.cc161 ObjPtr<String> String::AllocFromUtf16(Thread* self, in AllocFromUtf16() function in art::mirror::String
/art/runtime/
Dclass_linker_test.cc1534 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F()
/art/runtime/jni/
Djni_internal.cc1806 ObjPtr<mirror::String> result = mirror::String::AllocFromUtf16(soa.Self(), char_count, chars); in NewString()