Searched refs:AllocObjectFromCode (Results 1 – 5 of 5) sorted by relevance
55 ALWAYS_INLINE inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass,
236 inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass, in AllocObjectFromCode() function
69 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type).Ptr(); in artAllocObjectFromCode()
465 return AllocObjectFromCode(c, self, allocator_type).Ptr(); in NterpAllocateObject()
682 obj = AllocObjectFromCode(c, Self(), allocator_type); in NEW_INSTANCE()