Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc50 ObjPtr<mirror::String> result = mirror::String::AllocFromByteArray(soa.Self(), in StringFactory_newStringFromBytes()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc110 return mirror::String::AllocFromByteArray<instrumented_bool>( \
/art/runtime/mirror/
Dstring.h137 ALWAYS_INLINE static ObjPtr<String> AllocFromByteArray(Thread* self,
Dstring-alloc-inl.h246 inline ObjPtr<String> String::AllocFromByteArray(Thread* self, in AllocFromByteArray() function
/art/runtime/interpreter/
Dunstarted_runtime.cc1428 mirror::String::AllocFromByteArray(self, byte_count, h_byte_array, offset, high, allocator)); in UnstartedStringFactoryNewStringFromBytes()