HomeSort by relevance Sort by last modified time
    Searched refs:AllocFromByteArray (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
java_lang_StringFactory.cc 49 ObjPtr<mirror::String> result = mirror::String::AllocFromByteArray<true>(soa.Self(),
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 99 return mirror::String::AllocFromByteArray<instrumented_bool>(self, byte_count, handle_array, \
  /art/runtime/mirror/
string.h 104 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,
string-inl.h 250 inline String* String::AllocFromByteArray(Thread* self, int32_t byte_length,

Completed in 85 milliseconds