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.cpp689 } else if (*insns == kSparseSwitchSignature) { in dexGetWidthFromInstruction()
/dalvik/dexdump/
DDexDump.cpp970 } else if (instr == kSparseSwitchSignature) { in dumpInstruction()
1212 } else if (instr == kSparseSwitchSignature) { in dumpBytecodes()