Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h92 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
Dentrypoint_utils-inl.h265 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
/art/runtime/interpreter/mterp/
Dmterp.cc523 ObjPtr<mirror::Object> obj = AllocArrayFromCode</*kAccessCheck=*/ false>( in MterpNewArray()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h761 ObjPtr<mirror::Object> obj = AllocArrayFromCode<do_access_check>( in NEW_ARRAY()