Home
last modified time | relevance | path

Searched refs:AllocArrayFromCode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h92 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
Dentrypoint_utils-inl.h330 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h695 ObjPtr<mirror::Object> obj = AllocArrayFromCode( in NEW_ARRAY()