OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetToTargets
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/analysis/
DexVerify.cpp
610
s4 offsetToSwitch, offsetToKeys,
offsetToTargets
;
641
offsetToTargets
= 4;
647
offsetToTargets
= 2 + 2*switchCount;
650
tableSize =
offsetToTargets
+ switchCount*2;
688
offset = (s4) switchInsns[
offsetToTargets
+ targ*2] |
689
(s4) (switchInsns[
offsetToTargets
+ targ*2 +1] << 16);
[
all
...]
CodeVerify.cpp
[
all
...]
Completed in 39 milliseconds