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

  /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/oo/
Array.cpp 39 size_t elemWidth, int allocFlags)
45 assert(elemWidth > 0);
46 assert(elemWidth <= 8);
47 assert((elemWidth & (elemWidth - 1)) == 0);
48 size_t elementShift = sizeof(size_t) * CHAR_BIT - 1 - CLZ(elemWidth);
  /dalvik/libdex/
InstrUtils.cpp 669 u2 elemWidth = insns[1];
672 width = 4 + (elemWidth * len + 1) / 2;
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 457 milliseconds