Home
last modified time | relevance | path

Searched refs:AllocEmptyString (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dstring.h123 ALWAYS_INLINE static String* AllocEmptyString(Thread* self,
Dstring-inl.h243 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
/art/runtime/native/
Djava_lang_Class.cc709 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString<true>(soa.Self(), allocator_type); in Class_newInstance()
/art/runtime/interpreter/mterp/
Dmterp.cc395 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in MterpNewInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc577 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in ExecuteSwitchImpl()
/art/runtime/
Djni_internal.cc692 return soa.AddLocalReference<jobject>(mirror::String::AllocEmptyString<true>(soa.Self(), in AllocObject()
Ddebugger.cc1311 new_object = mirror::String::AllocEmptyString<true>(self, allocator_type); in CreateObject()