Home
last modified time | relevance | path

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

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