Home | History | Annotate | Download | only in dexdump

Lines Matching refs:DexPc

1176     const u4 dexPc = pair.DexPc();
1177 if (dexPc >= maxPc) {
1178 LOG(WARNING) << "GLITCH: run-away instruction at idx=0x" << std::hex << dexPc;
1184 LOG(WARNING) << "GLITCH: zero-width instruction at idx=0x" << std::hex << dexPc;
1187 dumpInstruction(pDexFile, pCode, codeOffset, dexPc, insnWidth, instruction);