Home
last modified time | relevance | path

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

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