OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetToSwitch
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/analysis/
DexVerify.cpp
610
s4
offsetToSwitch
, offsetToKeys, offsetToTargets;
617
offsetToSwitch
= insns[1] | ((s4) insns[2]) << 16;
618
if ((s4) curOffset +
offsetToSwitch
< 0 ||
619
curOffset +
offsetToSwitch
+ 2 >= insnCount)
623
curOffset,
offsetToSwitch
, insnCount);
628
switchInsns = insns +
offsetToSwitch
;
633
curOffset,
offsetToSwitch
);
659
if (curOffset +
offsetToSwitch
+ tableSize > (u4) insnCount) {
662
curOffset,
offsetToSwitch
, curOffset +
offsetToSwitch
+ tableSize
[
all
...]
CodeVerify.cpp
[
all
...]
Completed in 46 milliseconds