Home
last modified time | relevance | path

Searched refs:info (Results 1 – 17 of 17) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DByteOps.java565 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 …]
DBytecodeArray.java224 int info = ByteOps.opInfo(opcode); in parseInstruction() local
225 int fmt = info & ByteOps.FMT_MASK; in parseInstruction()
/dalvik/dx/src/com/android/dx/ssa/
DDominators.java54 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 …]
DDomFront.java90 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/
Dexpected.txt8 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/121-sccp/
Dexpected.txt15 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/dx/tests/
Drun-test52 info="info.txt"
112 td_info="${testdir}/${info}"
173 cat "$info" | sed 's/^/# /g'
/dalvik/dx/tests/132-invoke-polymorphic/
Dexpected.txt414 | debug info
432 | debug info
453 | debug info
472 | debug info
493 | debug info
512 | debug info
536 | debug info
555 | debug info
573 | debug info
596 | debug info
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java424 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/tests/139-lambda-metafactory/
Dexpected.txt316 | debug info
339 | debug info
364 | debug info
385 | debug info
404 | debug info
615 |[5de] debug info
622 |[5e3] debug info
633 |[5ee] debug info
644 |[5fa] debug info
651 |[5ff] debug info
[all …]
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java429 public static void validateEncode(byte[] info, DexFile file, in validateEncode() argument
438 validateEncode0(info, codeSize, countRegisters, in validateEncode()
450 private static void validateEncode0(byte[] info, int codeSize, in validateEncode0() argument
454 = new DebugInfoDecoder(info, codeSize, countRegisters, in validateEncode0()
/dalvik/dx/tests/138-invoke-polymorphic-again/
Dexpected.txt28 debug info
73 debug info
/dalvik/dexdump/
DDexDump.cpp1925 FieldMethodInfo info; in dumpMethodHandles() local
1927 if (!getMethodInfo(pDexFile, mh.fieldOrMethodIdx, &info)) { in dumpMethodHandles()
1932 if (!getFieldInfo(pDexFile, mh.fieldOrMethodIdx, &info)) { in dumpMethodHandles()
1938 const char* instance = is_static ? "" : info.classDescriptor; in dumpMethodHandles()
1943 printf(" target_class=\"%s\"\n", info.classDescriptor); in dumpMethodHandles()
1944 printf(" target_member=\"%s\"\n", info.name); in dumpMethodHandles()
1946 info.signature[0], instance, info.signature + 1); in dumpMethodHandles()
1951 printf(" target : %s %s\n", info.classDescriptor, info.name); in dumpMethodHandles()
1952 printf(" target_type : %c%s%s\n", info.signature[0], instance, info.signature + 1); in dumpMethodHandles()
/dalvik/dx/tests/069-dex-source-position/
Dexpected.txt69 debug info
119 debug info
/dalvik/dx/tests/135-invoke-custom/
Dexpected.txt1158 | debug info
1203 | debug info
1231 | debug info
1266 | debug info
1384 | debug info
1508 | debug info
1609 | debug info
1846 | debug info
2205 | debug info
2444 | debug info
[all …]
/dalvik/dx/tests/079-dex-local-variable-renumbering/
Dexpected.txt44 debug info
/dalvik/dx/tests/122-switch-with-high-register/
Dexpected.txt284 debug info
842 debug info