Home
last modified time | relevance | path

Searched refs:getWordCount (Results 1 – 17 of 17) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/form/
DForm3rc.java95 unsignedFitsInByte(regs.getWordCount())); in isCompatible()
104 int count = regs.getWordCount(); in writeTo()
DForm4rcc.java97 return (unsignedFitsInByte(regs.getWordCount()) && in isCompatible()
115 int regA = regs.getWordCount(); in writeTo()
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DTypeList.java58 public int getWordCount(); in getWordCount() method
DStdTypeList.java341 public int getWordCount() { in getWordCount() method in StdTypeList
/dalvik/dx/src/com/android/dx/rop/type/
DTypeList.java58 public int getWordCount(); in getWordCount() method
DStdTypeList.java343 public int getWordCount() { in getWordCount() method in StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java125 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
/dalvik/dx/src/com/android/dx/dex/code/
DDalvInsnList.java207 count = invokeDynamicRef.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
220 count = proto.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBaseMethodRef.java135 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
/dalvik/dx/src/com/android/dx/command/dump/
DBaseDumper.java116 getWordCount(); in computeParamWidth()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecList.java110 public int getWordCount() { in getWordCount() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecList.java113 public int getWordCount() { in getWordCount() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java670 public int getWordCount() { in getWordCount() method in DirectClassFile.DcfTypeList
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()
DDebugInfoEncoder.java516 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java247 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()
DDebugInfoEncoder.java526 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()