Searched refs:AllocObjectFromCode (Results 1 – 4 of 4) sorted by relevance
53 ALWAYS_INLINE inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass,
187 inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass, in AllocObjectFromCode() function
67 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type).Ptr(); in artAllocObjectFromCode()
461 obj = AllocObjectFromCode<true>(c, in MterpNewInstance()