Lines Matching refs:codeOffset
800 unsigned int codeOffset; in verifyInstructions() local
805 for (codeOffset = 0; codeOffset < vdata->insnsSize; /**/) { in verifyInstructions()
809 int width = dvmInsnGetWidth(insnFlags, codeOffset); in verifyInstructions()
813 dexDecodeInstruction(meth->insns + codeOffset, &decInsn); in verifyInstructions()
849 okay &= checkBranchTarget(meth, insnFlags, codeOffset, false); in verifyInstructions()
852 okay &= checkBranchTarget(meth, insnFlags, codeOffset, true); in verifyInstructions()
974 okay &= checkArrayData(meth, codeOffset); in verifyInstructions()
978 okay &= checkSwitchTargets(meth, insnFlags, codeOffset); in verifyInstructions()
982 okay &= checkSwitchTargets(meth, insnFlags, codeOffset); in verifyInstructions()
1063 okay &= checkBranchTarget(meth, insnFlags, codeOffset, false); in verifyInstructions()
1072 okay &= checkBranchTarget(meth, insnFlags, codeOffset, false); in verifyInstructions()
1194 decInsn.opcode, codeOffset); in verifyInstructions()
1209 dvmInsnSetGcPoint(insnFlags, codeOffset, true); in verifyInstructions()
1213 codeOffset += width; in verifyInstructions()
1218 if (codeOffset != vdata->insnsSize) { in verifyInstructions()
1221 codeOffset, vdata->insnsSize); in verifyInstructions()