Home | History | Annotate | Download | only in analysis

Lines Matching full:nextinsn

2572  * Control can transfer to "nextInsn".
2574 * Merge the registers from "workLine" into "regTable" at "nextInsn", and
2581 RegisterTable* regTable, int nextInsn, const RegisterLine* workLine)
2587 if (!dvmInsnIsVisitedOrChanged(insnFlags, nextInsn)) {
2595 LOGVV("COPY into 0x%04x", nextInsn);
2596 copyLineToTable(regTable, nextInsn, workLine);
2597 dvmInsnSetChanged(insnFlags, nextInsn, true);
2603 LOGVV("MERGE into 0x%04x", nextInsn);
2608 RegisterLine* targetLine = getRegisterLine(regTable, nextInsn);
2625 nextInsn);
2632 nextInsn);
2658 dvmInsnSetChanged(insnFlags, nextInsn, true);