Searched refs:AllocFromByteArray (Results 1 – 4 of 4) sorted by relevance
47 mirror::String* result = mirror::String::AllocFromByteArray<true>(soa.Self(), byte_count, in StringFactory_newStringFromBytes()
91 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,
170 inline String* String::AllocFromByteArray(Thread* self, int32_t byte_length, in AllocFromByteArray() function
164 return mirror::String::AllocFromByteArray<instrumented_bool>(self, byte_count, handle_array, \