/dalvik/dx/src/com/android/dx/cf/code/ |
D | ByteOps.java | 565 int info; 567 case '-': info = FMT_NO_ARGS; break; 568 case '0': info = FMT_NO_ARGS_LOCALS_1; break; 569 case '1': info = FMT_NO_ARGS_LOCALS_2; break; 570 case '2': info = FMT_NO_ARGS_LOCALS_3; break; 571 case '3': info = FMT_NO_ARGS_LOCALS_4; break; 572 case '4': info = FMT_NO_ARGS_LOCALS_5; break; 573 case 'b': info = FMT_BRANCH; break; 574 case 'c': info = FMT_WIDE_BRANCH; break; 575 case 'p': info = FMT_CPI; break; [all …]
|
D | BytecodeArray.java | 224 int info = ByteOps.opInfo(opcode); in parseInstruction() local 225 int fmt = info & ByteOps.FMT_MASK; in parseInstruction()
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | Dominators.java | 54 private final DFSInfo[] info; field in Dominators 74 this.info = new DFSInfo[blocks.size() + 2]; in Dominators() 116 DFSInfo bbInfo = info[in.getIndex()]; in compress() 117 DFSInfo ancestorbbInfo = info[bbInfo.ancestor.getIndex()]; in compress() 127 DFSInfo vbbInfo = info[v.getIndex()]; in compress() 129 DFSInfo vabbInfo = info[vAncestor.getIndex()]; in compress() 144 if (info[vAncestorRep.getIndex()].semidom in compress() 145 < info[vRep.getIndex()].semidom) { in compress() 154 DFSInfo bbInfo = info[v.getIndex()]; in eval() 193 DFSInfo wInfo = info[w.getIndex()]; in run() [all …]
|
D | DomFront.java | 90 DomInfo info = domInfos[i]; in run() local 92 + info.idom); in run() 151 DomInfo info = domInfos[i]; in buildDomTree() local 153 if (info.idom == -1) continue; in buildDomTree() 155 SsaBasicBlock domParent = nodes.get(info.idom); in buildDomTree()
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
D | expected.txt | 8 debug info 25 debug info 42 debug info 66 debug info 94 debug info 122 debug info 145 debug info 161 debug info 177 debug info 193 debug info [all …]
|
/dalvik/dx/tests/ |
D | run-test | 41 info="info.txt" 91 td_info="$testdir"/"$info" 141 cat "$info" | sed 's/^/# /g'
|
/dalvik/dx/tests/121-sccp/ |
D | expected.txt | 15 debug info 46 debug info 67 debug info 91 debug info 113 debug info 138 debug info 169 debug info 190 debug info 214 debug info 236 debug info [all …]
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 424 public static void validateEncode(byte[] info, DexFile file, in validateEncode() argument 433 validateEncode0(info, codeSize, countRegisters, in validateEncode() 445 private static void validateEncode0(byte[] info, int codeSize, in validateEncode0() argument 449 = new DebugInfoDecoder(info, codeSize, countRegisters, in validateEncode0()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 428 public static void validateEncode(byte[] info, DexFile file, in validateEncode() argument 437 validateEncode0(info, codeSize, countRegisters, in validateEncode() 449 private static void validateEncode0(byte[] info, int codeSize, in validateEncode0() argument 453 = new DebugInfoDecoder(info, codeSize, countRegisters, in validateEncode0()
|
/dalvik/dx/tests/069-dex-source-position/ |
D | expected.txt | 69 debug info 119 debug info
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
D | expected.txt | 44 debug info
|
/dalvik/dx/etc/ |
D | jasmin.jar | META-INF/
META-INF/MANIFEST.MF
jas/
jas/AnnotDefAttr.class
AnnotDefAttr ... |
/dalvik/dx/tests/122-switch-with-high-register/ |
D | expected.txt | 284 debug info 842 debug info
|