Searched refs:AllocFromByteArray (Results 1 – 5 of 5) sorted by relevance
50 ObjPtr<mirror::String> result = mirror::String::AllocFromByteArray(soa.Self(), in StringFactory_newStringFromBytes()
110 return mirror::String::AllocFromByteArray<instrumented_bool>( \
137 ALWAYS_INLINE static ObjPtr<String> AllocFromByteArray(Thread* self,
246 inline ObjPtr<String> String::AllocFromByteArray(Thread* self, in AllocFromByteArray() function
1428 mirror::String::AllocFromByteArray(self, byte_count, h_byte_array, offset, high, allocator)); in UnstartedStringFactoryNewStringFromBytes()