Searched refs:elemWidth (Results 1 – 6 of 6) sorted by relevance
44 private final int elemWidth; field in ArrayData81 elemWidth = 1; in ArrayData()84 elemWidth = 2; in ArrayData()87 elemWidth = 4; in ArrayData()90 elemWidth = 8; in ArrayData()104 return 4 + ((sz * elemWidth) + 1) / 2; in codeSize()114 out.writeShort(elemWidth); in writeTo()119 switch (elemWidth) { in writeTo()153 if (elemWidth == 1 && (sz % 2 != 0)) { in writeTo()
50 size_t elemWidth, int allocFlags);
42 size_t elemWidth, int allocFlags) in dvmAllocArray() argument57 size += length * elemWidth; in dvmAllocArray()
1227 u2 elemWidth = insns[1]; in dexGetInstrOrTableWidthAbs() local1229 width = 4 + (elemWidth * len + 1) / 2; in dexGetInstrOrTableWidthAbs()
3648 u2 elemWidth; in verifyInstruction() local3688 elemWidth = 1; in verifyInstruction()3692 elemWidth = 2; in verifyInstruction()3696 elemWidth = 4; in verifyInstruction()3700 elemWidth = 8; in verifyInstruction()3703 elemWidth = 0; in verifyInstruction()3712 if (arrayData[1] != elemWidth) { in verifyInstruction()3714 arrayData[1], elemWidth); in verifyInstruction()
1564 u2 elemWidth = insns[1]; in optimizeMethod() local1566 width = 4 + (elemWidth * len + 1) / 2; in optimizeMethod()