Searched refs:dexPc (Results 1 – 1 of 1) sorted by relevance
1147 const u4 dexPc = pair.DexPc(); in dumpBytecodes() local1148 if (dexPc >= maxPc) { in dumpBytecodes()1149 LOG(WARNING) << "GLITCH: run-away instruction at idx=0x" << std::hex << dexPc; in dumpBytecodes()1155 LOG(WARNING) << "GLITCH: zero-width instruction at idx=0x" << std::hex << dexPc; in dumpBytecodes()1158 dumpInstruction(pDexFile, pCode, codeOffset, dexPc, insnWidth, instruction); in dumpBytecodes()