Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc50 ObjPtr<mirror::String> result = mirror::String::AllocFromByteArray(soa.Self(), in StringFactory_newStringFromBytes()
/art/runtime/mirror/
Dstring-alloc-inl.h210 inline ObjPtr<String> String::AllocFromByteArray(Thread* self, in AllocFromByteArray() function
Dstring.h124 ALWAYS_INLINE static ObjPtr<String> AllocFromByteArray(Thread* self,
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc110 return mirror::String::AllocFromByteArray<instrumented_bool>( \