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

  /art/runtime/native/
java_lang_StringFactory.cc 66 ObjPtr<mirror::String> result = mirror::String::AllocFromCharArray<true>(soa.Self(),
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 107 return mirror::String::AllocFromCharArray<instrumented_bool>(self, char_count, handle_array, \
  /art/runtime/mirror/
string.h 111 ALWAYS_INLINE static String* AllocFromCharArray(Thread* self, int32_t count,
string-inl.h 264 inline String* String::AllocFromCharArray(Thread* self, int32_t count,
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]

Completed in 78 milliseconds