Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.h92 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
H A Dentrypoint_utils-inl.h330 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h898 ObjPtr<mirror::Array> array = AllocArrayFromCode( in NEW_ARRAY()