Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h83 ALWAYS_INLINE static inline mirror::Class* CheckArrayAlloc(uint32_t type_idx,
Dentrypoint_utils-inl.h176 static inline mirror::Class* CheckArrayAlloc(uint32_t type_idx, in CheckArrayAlloc() function
218 mirror::Class* klass = CheckArrayAlloc<kAccessCheck>(type_idx, method, component_count, in AllocArrayFromCode()