Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc67 ObjPtr<mirror::String> result = mirror::String::AllocFromCharArray(soa.Self(), in StringFactory_newStringFromChars()
/art/runtime/mirror/
Dstring.h131 ALWAYS_INLINE static ObjPtr<String> AllocFromCharArray(Thread* self,
Dstring-alloc-inl.h226 inline ObjPtr<String> String::AllocFromCharArray(Thread* self, in AllocFromCharArray() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc115 return mirror::String::AllocFromCharArray<instrumented_bool>( \
/art/runtime/interpreter/
Dunstarted_runtime.cc1316 mirror::String::AllocFromCharArray(self, char_count, h_char_array, offset, allocator)); in UnstartedStringFactoryNewStringFromChars()