Searched defs:width (Results 26 - 26 of 26) sorted by relevance

12

/dalvik/vm/analysis/
H A DCodeVerify.cpp324 * At a minimum, source and destination must have the same width. We
459 int width = dvmInsnGetWidth(insnFlags, addr); local
465 addr += width;
466 insns += width;
3244 int width; local
3319 width = dvmInsnGetWidth(insnFlags, insnIdx);
3320 switch (width) {
3331 width);
3336 assert(width == 2 || width
[all...]

Completed in 131 milliseconds

12