HomeSort by relevance Sort by last modified time
    Searched defs:elemWidth (Results 1 - 6 of 6) sorted by null

  /dalvik/libdex/
InstrUtils.cpp 669 u2 elemWidth = insns[1];
672 width = 4 + (elemWidth * len + 1) / 2;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
ArrayData.java 45 private final int elemWidth;
82 elemWidth = 1;
85 elemWidth = 2;
88 elemWidth = 4;
91 elemWidth = 8;
105 return 4 + ((sz * elemWidth) + 1) / 2;
114 out.writeShort(elemWidth);
119 switch (elemWidth) {
153 if (elemWidth == 1 && (sz % 2 != 0)) {
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 47 private final int elemWidth;
84 elemWidth = 1;
87 elemWidth = 2;
90 elemWidth = 4;
93 elemWidth = 8;
107 return 4 + ((sz * elemWidth) + 1) / 2;
116 out.writeShort(elemWidth);
121 switch (elemWidth) {
155 if (elemWidth == 1 && (sz % 2 != 0)) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 45 private final int elemWidth;
82 elemWidth = 1;
85 elemWidth = 2;
88 elemWidth = 4;
91 elemWidth = 8;
105 return 4 + ((sz * elemWidth) + 1) / 2;
114 out.writeShort(elemWidth);
119 switch (elemWidth) {
153 if (elemWidth == 1 && (sz % 2 != 0)) {
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3359 milliseconds