Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h203 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
H A Dstring.h149 ALWAYS_INLINE static ObjPtr<String> AllocEmptyString(Thread* self,
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc94 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc575 return mirror::String::AllocEmptyString(self, allocator_type).Ptr(); in NterpGetClassOrAllocateObject()
H A Dmterp.cc368 obj = mirror::String::AllocEmptyString(self, allocator_type); in MterpNewInstance()
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc934 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString(soa.Self(), allocator_type); in Class_newInstance()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h684 obj = mirror::String::AllocEmptyString(Self(), allocator_type); in NEW_INSTANCE()
/aosp12/art/runtime/jni/
H A Djni_internal.cc848 mirror::String::AllocEmptyString(soa.Self(), allocator_type)); in AllocObject()