Home | History | Annotate | Download | only in analysis

Lines Matching defs:indexType

4457             RegType srcType, indexType;
4459 indexType = getRegisterType(workLine, decInsn.vC);
4460 checkArrayIndexType(meth, indexType, &failure);
4506 RegType dstType, indexType;
4508 indexType = getRegisterType(workLine, decInsn.vC);
4509 checkArrayIndexType(meth, indexType, &failure);
4555 RegType dstType, indexType;
4557 indexType = getRegisterType(workLine, decInsn.vC);
4558 checkArrayIndexType(meth, indexType, &failure);
4627 RegType srcType, dstType, indexType;
4629 indexType = getRegisterType(workLine, decInsn.vC);
4630 checkArrayIndexType(meth, indexType, &failure);