Searched refs:ref (Results 1 - 17 of 17) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DCodeItem.java52 private final CstMethodRef ref; field in class:CodeItem
78 * @param ref {@code non-null;} method that this code implements
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, argument
89 if (ref == null) {
90 throw new NullPointerException("ref == null");
101 this.ref = ref;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
146 return ref.toHuman();
155 return ref;
[all...]
H A DDebugInfoItem.java43 private final CstMethodRef ref; field in class:DebugInfoItem
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { argument
55 this.ref = ref;
80 "...while placing debug info for " + ref.toHuman());
148 DebugInfoDecoder.validateEncode(result, file, ref, code,
183 file, codeSize, regSize, isStatic, ref);
H A DFieldIdsSection.java119 * @param ref {@code non-null;} the reference to look up
122 public int indexOf(CstFieldRef ref) { argument
123 if (ref == null) {
124 throw new NullPointerException("ref == null");
129 FieldIdItem item = fieldIds.get(ref);
H A DMethodIdsSection.java119 * @param ref {@code non-null;} the reference to look up
122 public int indexOf(CstBaseMethodRef ref) { argument
123 if (ref == null) {
124 throw new NullPointerException("ref == null");
129 MethodIdItem item = methodIds.get(ref);
H A DDebugInfoDecoder.java91 * @param ref method descriptor of method this debug info is for
95 boolean isStatic, CstMethodRef ref, DexFile file) {
102 this.desc = ref.getPrototype();
420 * @param ref {@code non-null;} method whose info is being decoded
425 CstMethodRef ref, DalvCode code, boolean isStatic) {
434 isStatic, ref, file, pl, ll);
441 "while processing " + ref.toHuman());
446 int countRegisters, boolean isStatic, CstMethodRef ref,
450 isStatic, ref, file);
94 DebugInfoDecoder(byte[] encoded, int codesize, int regSize, boolean isStatic, CstMethodRef ref, DexFile file) argument
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
H A DDebugInfoEncoder.java106 * @param ref
110 boolean isStatic, CstMethodRef ref) {
114 this.desc = ref.getPrototype();
108 DebugInfoEncoder(PositionList positions, LocalList locals, DexFile file, int codeSize, int regSize, boolean isStatic, CstMethodRef ref) argument
/dalvik/dx/src/com/android/dx/dex/file/
H A DCodeItem.java43 private final CstMethodRef ref; field in class:CodeItem
69 * @param ref {@code non-null;} method that this code implements
76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, argument
80 if (ref == null) {
81 throw new NullPointerException("ref == null");
92 this.ref = ref;
112 debugInfo = new DebugInfoItem(code, isStatic, ref);
137 return ref.toHuman();
146 return ref;
[all...]
H A DDebugInfoItem.java40 private final CstMethodRef ref; field in class:DebugInfoItem
42 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { argument
52 this.ref = ref;
77 "...while placing debug info for " + ref.toHuman());
145 DebugInfoDecoder.validateEncode(result, file, ref, code,
180 file, codeSize, regSize, isStatic, ref);
H A DFieldIdsSection.java119 * @param ref {@code non-null;} the reference to look up
122 public int indexOf(CstFieldRef ref) { argument
123 if (ref == null) {
124 throw new NullPointerException("ref == null");
129 FieldIdItem item = fieldIds.get(ref);
H A DMethodIdsSection.java119 * @param ref {@code non-null;} the reference to look up
122 public int indexOf(CstBaseMethodRef ref) { argument
123 if (ref == null) {
124 throw new NullPointerException("ref == null");
129 MethodIdItem item = methodIds.get(ref);
H A DDebugInfoDecoder.java102 * @param ref method descriptor of method this debug info is for
106 boolean isStatic, CstMethodRef ref, DexFile file) {
113 this.desc = ref.getPrototype();
424 * @param ref {@code non-null;} method whose info is being decoded
429 CstMethodRef ref, DalvCode code, boolean isStatic) {
438 isStatic, ref, file, pl, ll);
445 "while processing " + ref.toHuman());
450 int countRegisters, boolean isStatic, CstMethodRef ref,
454 isStatic, ref, file);
105 DebugInfoDecoder(byte[] encoded, int codesize, int regSize, boolean isStatic, CstMethodRef ref, DexFile file) argument
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
H A DDebugInfoEncoder.java114 * @param ref
118 boolean isStatic, CstMethodRef ref) {
122 this.desc = ref.getPrototype();
116 DebugInfoEncoder(PositionList positions, LocalList locals, DexFile file, int codeSize, int regSize, boolean isStatic, CstMethodRef ref) argument
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DOutput.java105 ClassRef ref = classes[i];
107 out.println(descriptorToDot(ref.getName()));
120 FieldRef ref = fields[j];
122 out.println(descriptorToDot(ref.getDeclClassName()) +
123 "." + ref.getName() + " : " + ref.getTypeName());
137 MethodRef ref = methods[j];
139 out.println(descriptorToDot(ref.getDeclClassName()) +
140 "." + ref.getName() + " : " + ref
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java351 CstFieldRef ref =
353 int basicType = ref.getBasicType();
364 CstFieldRef ref =
366 int basicType = ref.getBasicType();
377 CstFieldRef ref =
379 int basicType = ref.getBasicType();
390 CstFieldRef ref =
392 int basicType = ref.getBasicType();
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java522 CstFieldRef ref =
524 int basicType = ref.getBasicType();
535 CstFieldRef ref =
537 int basicType = ref.getBasicType();
548 CstFieldRef ref =
550 int basicType = ref.getBasicType();
561 CstFieldRef ref =
563 int basicType = ref.getBasicType();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java923 CstMethodRef ref = (CstMethodRef) cst;
943 if (ref.getDefiningClass().equals(method.getDefiningClass())) {
947 ref.getNat().equals(m.getNat())) {
961 CstMethodRef ref = (CstMethodRef) cst;
962 if (ref.isInstanceInit() ||
963 (ref.getDefiningClass().equals(method.getDefiningClass())) ||
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 171 milliseconds