Home
last modified time | relevance | path

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

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