Home | History | Annotate | Download | only in entrypoints

Lines Matching refs:CheckArrayAlloc

235 inline mirror::Class* CheckArrayAlloc(dex::TypeIndex type_idx,
278 mirror::Class* klass = CheckArrayAlloc<kAccessCheck>(type_idx, component_count, method,
285 // CheckArrayAlloc can cause thread suspension which means we may now be instrumented.