Home | History | Annotate | Download | only in entrypoints

Lines Matching refs:CheckArrayAlloc

230 inline mirror::Class* CheckArrayAlloc(uint32_t type_idx,
274 mirror::Class* klass = CheckArrayAlloc<kAccessCheck>(type_idx, component_count, method,
281 // CheckArrayAlloc can cause thread suspension which means we may now be instrumented.