Home
last modified time | relevance | path

Searched refs:AllocObjectFromCode (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h53 ALWAYS_INLINE inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass,
Dentrypoint_utils-inl.h187 inline ObjPtr<mirror::Object> AllocObjectFromCode(ObjPtr<mirror::Class> klass, in AllocObjectFromCode() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc67 return AllocObjectFromCode<kInstrumented>(klass, self, allocator_type).Ptr(); in artAllocObjectFromCode()
/art/runtime/interpreter/mterp/
Dmterp.cc461 obj = AllocObjectFromCode<true>(c, in MterpNewInstance()