HomeSort by relevance Sort by last modified time
    Searched refs:elemWidth (Results 1 - 6 of 6) 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 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     [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 289 milliseconds