Searched refs:NONE (Results 1 – 13 of 13) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
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 …]
|
D | IndexType.java | 27 NONE, enumConstant
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | PositionList.java | 34 public static final int NONE = 1; field in PositionList 60 case NONE: { in make()
|
D | DalvCode.java | 135 return (positionInfo != PositionList.NONE) in hasPositions()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | PositionList.java | 34 public static final int NONE = 1; field in PositionList 60 case NONE: { in make()
|
D | DalvCode.java | 136 return (positionInfo != PositionList.NONE) in hasPositions()
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 96 TOP, NONE, METHOD, INTER, GLOBAL enumConstant 231 escSet = new EscapeSet(result.getReg(), regCount, EscapeState.NONE); in processInsn() 237 escSet = new EscapeSet(result.getReg(), regCount, EscapeState.NONE); in processInsn() 263 EscapeState.NONE); in processMoveResultPseudoInsn() 272 EscapeState.NONE); in processMoveResultPseudoInsn() 302 EscapeState.NONE); in processMoveResultPseudoInsn() 479 if (!escSet.replaceableArray || escSet.escape != EscapeState.NONE) { in scalarReplacement() 716 if (e.escape != EscapeState.NONE) { in run()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DexFile.java | 108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); in DexFile() 112 classData = new MixedItemSection(null, this, 1, SortType.NONE); in DexFile() 120 map = new MixedItemSection("map", this, 4, SortType.NONE); in DexFile()
|
D | MixedItemSection.java | 44 NONE, enumConstant
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DexFile.java | 126 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); in DexFile() 130 classData = new MixedItemSection(null, this, 1, SortType.NONE); in DexFile() 138 map = new MixedItemSection("map", this, 4, SortType.NONE); in DexFile()
|
D | MixedItemSection.java | 43 NONE, enumConstant
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
D | CfTranslator.java | 133 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null : in translate0() 302 (cfOptions.positionInfo != PositionList.NONE), in processMethods()
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
D | Main.java | 1552 positionInfo = PositionList.NONE; in parseFlags()
|