Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
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 …]
DIndexType.java27 NONE, enumConstant
/dalvik/dx/src/com/android/dx/dex/code/
DPositionList.java34 public static final int NONE = 1; field in PositionList
60 case NONE: { in make()
DDalvCode.java135 return (positionInfo != PositionList.NONE) in hasPositions()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DPositionList.java34 public static final int NONE = 1; field in PositionList
60 case NONE: { in make()
DDalvCode.java136 return (positionInfo != PositionList.NONE) in hasPositions()
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java96 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/
DDexFile.java108 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()
DMixedItemSection.java44 NONE, enumConstant
/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java126 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()
DMixedItemSection.java43 NONE, enumConstant
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java133 CstString sourceFile = (cfOptions.positionInfo == PositionList.NONE) ? null : in translate0()
302 (cfOptions.positionInfo != PositionList.NONE), in processMethods()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1552 positionInfo = PositionList.NONE; in parseFlags()