Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp978 u2 instr = get2LE((const u1*) &insns[insnIdx]); in dumpInstruction() local
979 if (instr == kPackedSwitchSignature) { in dumpInstruction()
982 } else if (instr == kSparseSwitchSignature) { in dumpInstruction()
985 } else if (instr == kArrayDataSignature) { in dumpInstruction()
1211 u2 instr; in dumpBytecodes() local
1221 instr = get2LE((const u1*)insns); in dumpBytecodes()
1222 if (instr == kPackedSwitchSignature) { in dumpBytecodes()
1224 } else if (instr == kSparseSwitchSignature) { in dumpBytecodes()
1226 } else if (instr == kArrayDataSignature) { in dumpBytecodes()
1233 Opcode opcode = dexOpcodeFromCodeUnit(instr); in dumpBytecodes()