HomeSort by relevance Sort by last modified time
    Searched full: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/libdex/
InstrUtils.cpp 669 u2 elemWidth = insns[1];
672 width = 4 + (elemWidth * len + 1) / 2;
  /external/clang/utils/TableGen/
NeonEmitter.cpp 190 void makeInteger(unsigned ElemWidth, bool Sign) {
194 ElementBitwidth = ElemWidth;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 309 milliseconds