Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc94 return mirror::String::AllocEmptyString<instrumented_bool>(self, allocator_type).Ptr(); \
/aosp_15_r20/art/runtime/mirror/
H A Dstring.h170 ALWAYS_INLINE static ObjPtr<String> AllocEmptyString(Thread* self,
H A Dstring-alloc-inl.h239 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString() function
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc541 return mirror::String::AllocEmptyString(self, allocator_type).Ptr(); in NterpAllocateObject()
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc924 ObjPtr<mirror::Object> obj = mirror::String::AllocEmptyString(soa.Self(), allocator_type); in Class_newInstance()
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h878 obj = mirror::String::AllocEmptyString(Self(), allocator_type); in NEW_INSTANCE()
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.cc927 mirror::String::AllocEmptyString(soa.Self(), allocator_type)); in AllocObject()