Searched refs:AllocEmptyString (Results 1 – 8 of 8) sorted by relevance
202 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
143 ALWAYS_INLINE static ObjPtr<String> AllocEmptyString(Thread* self,
92 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
826 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString<true>(soa.Self(), allocator_type); in Class_newInstance()
459 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in MterpNewInstance()
841 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in NEW_INSTANCE()
910 return soa.AddLocalReference<jobject>(mirror::String::AllocEmptyString<true>(soa.Self(), in AllocObject()
1378 new_object = mirror::String::AllocEmptyString<true>(self, allocator_type); in CreateObject()