Searched refs:info (Results 1 - 9 of 9) sorted by path

/dalvik/dexdump/
H A DDexDump.cpp77 /* basic info about a field or method */
85 /* basic info about a prototype */
1256 /* both of these are encoded in debug info */
1922 FieldMethodInfo info; local
1924 if (!getMethodInfo(pDexFile, mh.fieldOrMethodIdx, &info)) {
1929 if (!getFieldInfo(pDexFile, mh.fieldOrMethodIdx, &info)) {
1935 const char* instance = is_static ? "" : info.classDescriptor;
1940 printf(" target_class=\"%s\"\n", info.classDescriptor);
1941 printf(" target_member=\"%s\"\n", info.name);
1943 info
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java39 * A decoder for the dex debug info state machine format.
44 /** encoded debug info */
59 /** method descriptor of method this debug info is for */
65 /** dex file this debug info will be stored in */
86 * @param encoded encoded debug info
91 * @param ref method descriptor of method this debug info is for
92 * @param file dex file this debug info will be stored in
118 * no method has local variable info that looks like
202 * Decodes the debug info sequence.
209 "...while decoding debug info");
424 validateEncode(byte[] info, DexFile file, CstMethodRef ref, DalvCode code, boolean isStatic) argument
445 validateEncode0(byte[] info, int codeSize, int countRegisters, boolean isStatic, CstMethodRef ref, DexFile file, PositionList pl, LocalList ll) argument
[all...]
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/dx/src/com/android/dx/cf/code/
H A 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
[all...]
H A DBytecodeArray.java225 int info = ByteOps.opInfo(opcode);
226 int fmt = info & ByteOps.FMT_MASK;
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java50 * A decoder for the dex debug info state machine format.
55 /** encoded debug info */
70 /** method descriptor of method this debug info is for */
76 /** dex file this debug info will be stored in */
97 * @param encoded encoded debug info
102 * @param ref method descriptor of method this debug info is for
103 * @param file dex file this debug info will be stored in
129 * no method has local variable info that looks like
213 * Decodes the debug info sequence.
220 "...while decoding debug info");
428 validateEncode(byte[] info, DexFile file, CstMethodRef ref, DalvCode code, boolean isStatic) argument
449 validateEncode0(byte[] info, int codeSize, int countRegisters, boolean isStatic, CstMethodRef ref, DexFile file, PositionList pl, LocalList ll) argument
[all...]
/dalvik/dx/src/com/android/dx/ssa/
H A DDomFront.java90 DomInfo info = domInfos[i];
92 + info.idom);
151 DomInfo info = domInfos[i];
153 if (info.idom == -1) continue;
155 SsaBasicBlock domParent = nodes.get(info.idom);
H A DDominators.java32 * and an addition of a child field to the DFS info. In reality, the constant
37 * of various info about parents. We then use this info to calculate the
38 * dominators, using union-find structures to link together the DFS info,
54 private final DFSInfo[] info; field in class:Dominators
58 /** {@code non-null;} the raw dominator info */
65 * @param domInfos {@code non-null;} the raw dominator info
66 * @param postdom true for postdom information, false for normal dom info
74 this.info = new DFSInfo[blocks.size() + 2];
83 * @param domInfos {@code non-null;} the raw dominator info
[all...]
/dalvik/dx/tests/
H A Drun-test41 info="info.txt"
99 td_info="${testdir}/${info}"
155 echo '#################### info'
156 cat "$info" | sed 's/^/# /g'

Completed in 1390 milliseconds