Searched defs:offsetToTargets (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/analysis/
H A DDexVerify.cpp610 s4 offsetToSwitch, offsetToKeys, offsetToTargets; local
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);
H A DCodeVerify.cpp5940 int offsetToTargets, targ; local
5944 offsetToTargets = 4;
5948 offsetToTargets = 2 + 2*switchCount;
5956 offset = switchInsns[offsetToTargets + targ*2] |
5957 (((s4) switchInsns[offsetToTargets + targ*2 +1]) << 16);

Completed in 57 milliseconds