Searched refs:AllocEmptyString (Results 1 – 7 of 7) sorted by relevance
94 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
170 ALWAYS_INLINE static ObjPtr<String> AllocEmptyString(Thread* self,
239 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
544 return mirror::String::AllocEmptyString(self, allocator_type).Ptr(); in NterpAllocateObject()
924 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString(soa.Self(), allocator_type); in Class_newInstance()
858 obj = mirror::String::AllocEmptyString(Self(), allocator_type); in NEW_INSTANCE()
930 mirror::String::AllocEmptyString(soa.Self(), allocator_type)); in AllocObject()