Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h76 ALWAYS_INLINE inline mirror::Class* CheckArrayAlloc(dex::TypeIndex type_idx,
Dentrypoint_utils-inl.h235 inline mirror::Class* CheckArrayAlloc(dex::TypeIndex type_idx, in CheckArrayAlloc() function
278 mirror::Class* klass = CheckArrayAlloc<kAccessCheck>(type_idx, component_count, method, in AllocArrayFromCode()