Home
last modified time | relevance | path

Searched refs:CheckArrayAlloc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h81 ALWAYS_INLINE inline ObjPtr<mirror::Class> CheckArrayAlloc(dex::TypeIndex type_idx,
Dentrypoint_utils-inl.h228 inline ObjPtr<mirror::Class> CheckArrayAlloc(dex::TypeIndex type_idx, in CheckArrayAlloc() function
272 CheckArrayAlloc<kAccessCheck>(type_idx, component_count, method, &slow_path); in AllocArrayFromCode()