Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexOpcodes.h53 #define kSparseSwitchSignature 0x0200 macro
DInstrUtils.cpp690 } else if (*insns == kSparseSwitchSignature) { in dexGetWidthFromInstruction()
/dalvik/dexdump/
DDexDump.cpp982 } else if (instr == kSparseSwitchSignature) { in dumpInstruction()
1224 } else if (instr == kSparseSwitchSignature) { in dumpBytecodes()