Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h202 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
Dstring.h143 ALWAYS_INLINE static ObjPtr<String> AllocEmptyString(Thread* self,
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc92 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
/art/runtime/native/
Djava_lang_Class.cc826 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString<true>(soa.Self(), allocator_type); in Class_newInstance()
/art/runtime/interpreter/mterp/
Dmterp.cc459 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in MterpNewInstance()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h841 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in NEW_INSTANCE()
/art/runtime/jni/
Djni_internal.cc910 return soa.AddLocalReference<jobject>(mirror::String::AllocEmptyString<true>(soa.Self(), in AllocObject()
/art/runtime/
Ddebugger.cc1378 new_object = mirror::String::AllocEmptyString<true>(self, allocator_type); in CreateObject()