Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp873 u2 instr = get2LE((const u1*) &insns[insnIdx]); in dumpInstruction() local
874 if (instr == kPackedSwitchSignature) { in dumpInstruction()
877 } else if (instr == kSparseSwitchSignature) { in dumpInstruction()
880 } else if (instr == kArrayDataSignature) { in dumpInstruction()
1082 u2 instr; in dumpBytecodes() local
1092 instr = get2LE((const u1*)insns); in dumpBytecodes()
1093 if (instr == kPackedSwitchSignature) { in dumpBytecodes()
1095 } else if (instr == kSparseSwitchSignature) { in dumpBytecodes()
1097 } else if (instr == kArrayDataSignature) { in dumpBytecodes()
1104 Opcode opcode = dexOpcodeFromCodeUnit(instr); in dumpBytecodes()