Home
last modified time | relevance | path

Searched refs:dexPc (Results 1 – 1 of 1) sorted by relevance

/art/dexdump/
Ddexdump.cc1147 const u4 dexPc = pair.DexPc(); in dumpBytecodes() local
1148 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()