Searched refs:getWordCount (Results 1 - 15 of 15) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeList.java58 public int getWordCount(); method in interface:TypeList
H A DStdTypeList.java341 public int getWordCount() { method in class:StdTypeList
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeList.java58 public int getWordCount(); method in interface:TypeList
H A DStdTypeList.java341 public int getWordCount() { method in class:StdTypeList
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm3rc.java93 unsignedFitsInByte(regs.getWordCount()));
102 int count = regs.getWordCount();
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstBaseMethodRef.java117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java112 getWordCount();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecList.java110 public int getWordCount() { method in class:RegisterSpecList
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecList.java112 public int getWordCount() { method in class:RegisterSpecList
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java620 public int getWordCount() { method in class:DirectClassFile.DcfTypeList
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
H A DDebugInfoEncoder.java516 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);
H A DDebugInfoEncoder.java516 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1);

Completed in 415 milliseconds