/dalvik/dx/src/com/android/dx/ssa/ |
D | Optimizer.java | 69 boolean isStatic, boolean inPreserveLocals, in optimize() 91 boolean isStatic, boolean inPreserveLocals, in optimize() 128 int paramWidth, boolean isStatic, in optimizeMinimizeRegisters() 195 boolean isStatic, boolean inPreserveLocals, in debugEdgeSplit() 205 boolean isStatic, boolean inPreserveLocals, in debugPhiPlacement() 215 boolean isStatic, boolean inPreserveLocals, in debugRenaming() 225 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugDeadCodeRemover() 240 int paramWidth, boolean isStatic, boolean inPreserveLocals, in debugNoRegisterAllocation()
|
D | SsaMethod.java | 69 private final boolean isStatic; field in SsaMethod 100 int paramWidth, boolean isStatic) { in newFromRopMethod() 118 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod() 307 public boolean isStatic() { in isStatic() method in SsaMethod
|
D | SsaConverter.java | 43 int paramWidth, boolean isStatic) { in convertToSsaMethod() 86 boolean isStatic) { in testEdgeSplit() 106 boolean isStatic) { in testPhiPlacement()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 74 private final boolean isStatic; field in DebugInfoDecoder 106 boolean isStatic, CstMethodRef ref, DexFile file) { in DebugInfoDecoder() 430 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode() 451 int countRegisters, boolean isStatic, CstMethodRef ref, in validateEncode0()
|
D | DebugInfoItem.java | 39 private final boolean isStatic; field in DebugInfoItem 42 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
D | CodeItem.java | 52 private final boolean isStatic; field in CodeItem 76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
|
D | DebugInfoEncoder.java | 78 private final boolean isStatic; field in DebugInfoEncoder 118 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 63 private final boolean isStatic; field in DebugInfoDecoder 95 boolean isStatic, CstMethodRef ref, DexFile file) { in DebugInfoDecoder() 425 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode() 446 int countRegisters, boolean isStatic, CstMethodRef ref, in validateEncode0()
|
D | DebugInfoItem.java | 42 private final boolean isStatic; field in DebugInfoItem 45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
D | CodeItem.java | 61 private final boolean isStatic; field in CodeItem 85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
|
D | DebugInfoEncoder.java | 70 private final boolean isStatic; field in DebugInfoEncoder 110 boolean isStatic, CstMethodRef ref) { in DebugInfoEncoder()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstBaseMethodRef.java | 75 public final Prototype getPrototype(boolean isStatic) { in getPrototype() 124 public final int getParameterWordCount(boolean isStatic) { in getParameterWordCount()
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstBaseMethodRef.java | 84 public final Prototype getPrototype(boolean isStatic) { in getPrototype() 134 public final int getParameterWordCount(boolean isStatic) { in getParameterWordCount()
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
D | OptimizerOptions.java | 124 int paramSize, boolean isStatic, CfOptions args, in compareOptimizerStep()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | AccessFlags.java | 229 public static boolean isStatic(int flags) { in isStatic() method in AccessFlags
|
/dalvik/dx/src/com/android/dx/command/dump/ |
D | BaseDumper.java | 114 static int computeParamWidth(ConcreteMethod meth, boolean isStatic) { in computeParamWidth()
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
D | Prototype.java | 165 boolean isStatic, boolean isInit) { in intern()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | AccessFlags.java | 229 public static boolean isStatic(int flags) { in isStatic() method in AccessFlags
|
/dalvik/dx/src/com/android/dx/rop/type/ |
D | Prototype.java | 196 boolean isStatic, boolean isInit) { in intern()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | Ropper.java | 508 private boolean isStatic() { in isStatic() method in Ropper
|