Searched refs:AllocFromCharArray (Results 1 – 5 of 5) sorted by relevance
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 59 mirror::String* result = mirror::String::AllocFromCharArray<true>(soa.Self(), char_count, in StringFactory_newStringFromChars()
|
/art/runtime/mirror/ |
D | string.h | 98 ALWAYS_INLINE static String* AllocFromCharArray(Thread* self, int32_t array_length,
|
D | string-inl.h | 179 inline String* String::AllocFromCharArray(Thread* self, int32_t array_length, in AllocFromCharArray() function
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 172 return mirror::String::AllocFromCharArray<instrumented_bool>(self, char_count, handle_array, \
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 805 …result->SetL(mirror::String::AllocFromCharArray<true>(self, char_count, h_char_array, offset, allo… in UnstartedStringFactoryNewStringFromChars()
|