Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc59 mirror::String* result = mirror::String::AllocFromCharArray<true>(soa.Self(), char_count, in StringFactory_newStringFromChars()
/art/runtime/mirror/
Dstring.h98 ALWAYS_INLINE static String* AllocFromCharArray(Thread* self, int32_t array_length,
Dstring-inl.h179 inline String* String::AllocFromCharArray(Thread* self, int32_t array_length, in AllocFromCharArray() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc172 return mirror::String::AllocFromCharArray<instrumented_bool>(self, char_count, handle_array, \
/art/runtime/interpreter/
Dunstarted_runtime.cc805 …result->SetL(mirror::String::AllocFromCharArray<true>(self, char_count, h_char_array, offset, allo… in UnstartedStringFactoryNewStringFromChars()