Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h91 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
Dentrypoint_utils-inl.h279 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
/art/runtime/interpreter/mterp/
Dmterp.cc525 ObjPtr<mirror::Object> obj = AllocArrayFromCode<false, true>( in MterpNewArray()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h867 ObjPtr<mirror::Object> obj = AllocArrayFromCode<do_access_check, true>( in NEW_ARRAY()