Searched refs:NONE (Results 1 - 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java42 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 DIndexType.java27 NONE, enum constant in enum:IndexType
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DPositionList.java34 public static final int NONE = 1; field in class:PositionList
60 case NONE: {
H A DDalvCode.java136 return (positionInfo != PositionList.NONE)
/dalvik/dx/src/com/android/dx/dex/code/
H A DPositionList.java34 public static final int NONE = 1; field in class:PositionList
60 case NONE: {
H A DDalvCode.java136 return (positionInfo != PositionList.NONE)
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java108 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 DMixedItemSection.java44 NONE, enum constant in enum:MixedItemSection.SortType
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java115 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 DMixedItemSection.java44 NONE, enum constant in enum:MixedItemSection.SortType
/dalvik/dx/src/com/android/dx/ssa/
H A DEscapeAnalysis.java90 * 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 DCfTranslator.java121 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null :
249 (cfOptions.positionInfo != PositionList.NONE),
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java1131 positionInfo = PositionList.NONE;

Completed in 75 milliseconds