Searched refs:AllocEmptyString (Results 1 – 7 of 7) sorted by relevance
123 ALWAYS_INLINE static String* AllocEmptyString(Thread* self,
243 inline String* String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
709 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString<true>(soa.Self(), allocator_type); in Class_newInstance()
395 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in MterpNewInstance()
577 obj = mirror::String::AllocEmptyString<true>(self, allocator_type); in ExecuteSwitchImpl()
692 return soa.AddLocalReference<jobject>(mirror::String::AllocEmptyString<true>(soa.Self(), in AllocObject()
1311 new_object = mirror::String::AllocEmptyString<true>(self, allocator_type); in CreateObject()