Searched refs:AllocArrayFromCode (Results 1 – 4 of 4) sorted by relevance
93 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
265 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
522 ObjPtr<mirror::Object> obj = AllocArrayFromCode</*kAccessCheck=*/ false>( in MterpNewArray()
761 ObjPtr<mirror::Object> obj = AllocArrayFromCode<do_access_check>( in NEW_ARRAY()