Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc47 mirror::String* result = mirror::String::AllocFromByteArray<true>(soa.Self(), byte_count, in StringFactory_newStringFromBytes()
/art/runtime/mirror/
Dstring.h91 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,
Dstring-inl.h170 inline String* String::AllocFromByteArray(Thread* self, int32_t byte_length, in AllocFromByteArray() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc164 return mirror::String::AllocFromByteArray<instrumented_bool>(self, byte_count, handle_array, \