Home | History | Annotate | Download | only in out

Lines Matching full:switchdata

1948         const u2* switchData;
1955 switchData = pc + offset; // offset in 16-bit units
1957 if (switchData < curMethod->insns ||
1958 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
1968 offset = dvmInterpHandlePackedSwitch(switchData, testVal);
1979 const u2* switchData;
1986 switchData = pc + offset; // offset in 16-bit units
1988 if (switchData < curMethod->insns ||
1989 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
1999 offset = dvmInterpHandleSparseSwitch(switchData, testVal);