Searched refs:AllocArrayFromCode (Results 1 – 4 of 4) sorted by relevance
91 ALWAYS_INLINE inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx,
279 inline ObjPtr<mirror::Array> AllocArrayFromCode(dex::TypeIndex type_idx, in AllocArrayFromCode() function
525 ObjPtr<mirror::Object> obj = AllocArrayFromCode<false, true>( in MterpNewArray()
867 ObjPtr<mirror::Object> obj = AllocArrayFromCode<do_access_check, true>( in NEW_ARRAY()