/dalvik/dx/src/com/android/dx/io/ |
H A D | OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE); [all...] |
H A D | IndexType.java | 27 NONE, enum constant in enum:IndexType
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | PositionList.java | 34 public static final int NONE = 1; field in class:PositionList 60 case NONE: {
|
H A D | DalvCode.java | 136 return (positionInfo != PositionList.NONE)
|
/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | PositionList.java | 34 public static final int NONE = 1; field in class:PositionList 60 case NONE: {
|
H A D | DalvCode.java | 136 return (positionInfo != PositionList.NONE)
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | DexFile.java | 108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); 112 classData = new MixedItemSection(null, this, 1, SortType.NONE); 120 map = new MixedItemSection("map", this, 4, SortType.NONE);
|
H A D | MixedItemSection.java | 44 NONE, enum constant in enum:MixedItemSection.SortType
|
/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | DexFile.java | 115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); 119 classData = new MixedItemSection(null, this, 1, SortType.NONE); 127 map = new MixedItemSection("map", this, 4, SortType.NONE);
|
H A D | MixedItemSection.java | 44 NONE, enum constant in enum:MixedItemSection.SortType
|
/dalvik/dx/src/com/android/dx/ssa/ |
H A D | EscapeAnalysis.java | 90 * NONE - Object does not escape, and is eligible for scalar replacement. 97 TOP, NONE, METHOD, INTER, GLOBAL enum constant in enum:EscapeAnalysis.EscapeState 232 escSet = new EscapeSet(result.getReg(), regCount, EscapeState.NONE); 238 escSet = new EscapeSet(result.getReg(), regCount, EscapeState.NONE); 264 EscapeState.NONE); 273 EscapeState.NONE); 303 EscapeState.NONE); 480 if (!escSet.replaceableArray || escSet.escape != EscapeState.NONE) { 713 if (e.escape != EscapeState.NONE) {
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
H A D | CfTranslator.java | 121 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null : 249 (cfOptions.positionInfo != PositionList.NONE),
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
H A D | Main.java | 1131 positionInfo = PositionList.NONE;
|