Searched refs:kSparseSwitchSignature (Results 1 – 6 of 6) sorted by relevance
223 expectedSignature = kSparseSwitchSignature; in dvmCheckSwitchTargets()
3409 instr == kSparseSwitchSignature || in doCodeVerification()3413 meth->insns[insnIdx+1] == kSparseSwitchSignature || in doCodeVerification()
377 #define kSparseSwitchSignature 0x0200 macro
1251 } else if (*insns == kSparseSwitchSignature) { in dexGetInstrOrTableWidthAbs()
726 } else if (instr == kSparseSwitchSignature) { in dumpInstruction()1062 } else if (instr == kSparseSwitchSignature) { in dumpBytecodes()
805 if (*switchData++ != kSparseSwitchSignature) { in dvmInterpHandleSparseSwitch()