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

  /art/runtime/mirror/
string.h 123 ALWAYS_INLINE static String* AllocEmptyString(Thread* self,
string-inl.h 243 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) {
  /art/runtime/native/
java_lang_Class.cc 709 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString<true>(soa.Self(), allocator_type);
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 395 obj = mirror::String::AllocEmptyString<true>(self, allocator_type);
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 577 obj = mirror::String::AllocEmptyString<true>(self, allocator_type);
    [all...]
  /art/runtime/
jni_internal.cc 692 return soa.AddLocalReference<jobject>(mirror::String::AllocEmptyString<true>(soa.Self(),
    [all...]
debugger.cc     [all...]

Completed in 226 milliseconds