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