Searched defs:nextInsn (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.c2396 * Control can transfer to "nextInsn".
2398 * Merge the registers from "workRegs" into "regTypes" at "nextInsn", and
2402 RegisterTable* regTable, int nextInsn, const RegType* workRegs)
2404 RegType* targetRegs = getRegisterLine(regTable, nextInsn);
2408 if (!dvmInsnIsBranchTarget(insnFlags, nextInsn)) {
2409 LOGE("insnFlags[0x%x]=0x%08x\n", nextInsn, insnFlags[nextInsn]);
2416 if (!dvmInsnIsVisitedOrChanged(insnFlags, nextInsn)) {
2424 LOGVV("COPY into 0x%04x\n", nextInsn);
2426 dvmInsnSetChanged(insnFlags, nextInsn, tru
2401 updateRegisters(const Method* meth, InsnFlags* insnFlags, RegisterTable* regTable, int nextInsn, const RegType* workRegs) argument
[all...]

Completed in 50 milliseconds