/dalvik/dx/src/com/android/dx/cf/code/ |
D | BaseMachine.java | 153 ", expected type " + types.getType(i).toHuman() + in popArgs() 154 " but found " + args[i].getType().toHuman()); in popArgs() 166 throw new SimException("expected type " + type.toHuman() + in popArgs() 167 " but found " + args[0].getType().toHuman()); in popArgs() 180 throw new SimException("expected type " + type1.toHuman() + in popArgs() 181 " but found " + args[0].getType().toHuman()); in popArgs() 185 throw new SimException("expected type " + type2.toHuman() + in popArgs() 186 " but found " + args[1].getType().toHuman()); in popArgs() 200 throw new SimException("expected type " + type1.toHuman() + in popArgs() 201 " but found " + args[0].getType().toHuman()); in popArgs() [all …]
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstMemberRef.java | 91 return typeName() + '{' + toHuman() + '}'; in toString() 102 public final String toHuman() { in toHuman() method in CstMemberRef 103 return definingClass.toHuman() + '.' + nat.toHuman(); in toHuman()
|
D | CstNat.java | 93 return "nat{" + toHuman() + '}'; in toString() 133 public String toHuman() { in toHuman() method in CstNat 134 return name.toHuman() + ':' + descriptor.toHuman(); in toHuman()
|
D | CstInvokeDynamic.java | 68 this.prototype = Prototype.fromDescriptor(nat.getDescriptor().toHuman()); in CstInvokeDynamic() 95 return toHuman(); in toString() 106 public String toHuman() { in toHuman() method in CstInvokeDynamic 107 String klass = (declaringClass != null) ? declaringClass.toHuman() : "Unknown"; in toHuman() 108 return "InvokeDynamic(" + klass + ":" + bootstrapMethodIndex + ", " + nat.toHuman() + ")"; in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstMemberRef.java | 91 return typeName() + '{' + toHuman() + '}'; in toString() 101 public final String toHuman() { in toHuman() method in CstMemberRef 102 return definingClass.toHuman() + '.' + nat.toHuman(); in toHuman()
|
D | CstNat.java | 93 return "nat{" + toHuman() + '}'; in toString() 132 public String toHuman() { in toHuman() method in CstNat 133 return name.toHuman() + ':' + descriptor.toHuman(); in toHuman()
|
D | CstString.java | 76 return "string{" + toHuman() + '}'; in toString() 97 public String toHuman() { in toHuman() method in CstString
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
D | Annotation.java | 130 return toHuman(); in toString() 135 public String toHuman() { in toHuman() method in Annotation 138 sb.append(visibility.toHuman()); in toHuman() 140 sb.append(type.toHuman()); in toHuman() 150 sb.append(pair.getName().toHuman()); in toHuman() 152 sb.append(pair.getValue().toHuman()); in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
D | Annotation.java | 137 return toHuman(); in toString() 141 public String toHuman() { in toHuman() method in Annotation 144 sb.append(visibility.toHuman()); in toHuman() 146 sb.append(type.toHuman()); in toHuman() 156 sb.append(pair.getName().toHuman()); in toHuman() 158 sb.append(pair.getValue().toHuman()); in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationItem.java | 140 public String toHuman() { in toHuman() method in AnnotationItem 141 return annotation.toHuman(); in toHuman() 175 annotation.getVisibility().toHuman()); in annotateTo() 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); in annotateTo() 182 out.annotate(0, prefix + name.toHuman() + ": " + in annotateTo()
|
D | Statistics.java | 90 public String toHuman() { in toHuman() method in Statistics 102 sb.append(data.toHuman()); in toHuman() 169 out.annotate(toHuman()); in writeAnnotation() 177 public String toHuman() { in toHuman() method in Statistics.Data
|
D | ParameterAnnotationStruct.java | 114 out.annotate(0, " " + method.toHuman()); in writeTo() 125 public String toHuman() { in toHuman() method in ParameterAnnotationStruct 128 sb.append(method.toHuman()); in toHuman() 138 sb.append(item.toHuman()); in toHuman()
|
D | CodeItem.java | 140 return "CodeItem{" + toHuman() + "}"; in toString() 145 public String toHuman() { in toHuman() method in CodeItem 146 return ref.toHuman(); in toHuman() 166 out.println(ref.toHuman() + ":"); in debugPrint() 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); in writeTo0() 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0() 304 "instructions for " + ref.toHuman()); in writeCodes()
|
D | FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in FieldAnnotationStruct 102 return field.toHuman() + ": " + annotations; in toHuman()
|
D | MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); in writeTo() 101 public String toHuman() { in toHuman() method in MethodAnnotationStruct 102 return method.toHuman() + ": " + annotations; in toHuman()
|
D | AnnotationSetRefItem.java | 65 public String toHuman() { in toHuman() method in AnnotationSetRefItem 66 return annotations.toHuman(); in toHuman()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationItem.java | 141 public String toHuman() { in toHuman() method in AnnotationItem 142 return annotation.toHuman(); in toHuman() 177 annotation.getVisibility().toHuman()); in annotateTo() 178 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); in annotateTo() 184 out.annotate(0, prefix + name.toHuman() + ": " + in annotateTo()
|
D | CodeItem.java | 132 return "CodeItem{" + toHuman() + "}"; in toString() 137 public String toHuman() { in toHuman() method in CodeItem 138 return ref.toHuman(); in toHuman() 158 out.println(ref.toHuman() + ":"); in debugPrint() 237 out.annotate(0, offsetString() + ' ' + ref.toHuman()); in writeTo0() 248 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); in writeTo0() 297 "instructions for " + ref.toHuman()); in writeCodes()
|
D | Statistics.java | 89 public String toHuman() { in toHuman() method in Statistics 101 sb.append(data.toHuman()); in toHuman() 168 out.annotate(toHuman()); in writeAnnotation() 176 public String toHuman() { in toHuman() method in Statistics.Data
|
D | ParameterAnnotationStruct.java | 117 out.annotate(0, " " + method.toHuman()); in writeTo() 129 public String toHuman() { in toHuman() method in ParameterAnnotationStruct 132 sb.append(method.toHuman()); in toHuman() 142 sb.append(item.toHuman()); in toHuman()
|
D | MethodAnnotationStruct.java | 93 out.annotate(0, " " + method.toHuman()); in writeTo() 105 public String toHuman() { in toHuman() method in MethodAnnotationStruct 106 return method.toHuman() + ": " + annotations; in toHuman()
|
D | FieldAnnotationStruct.java | 93 out.annotate(0, " " + field.toHuman()); in writeTo() 105 public String toHuman() { in toHuman() method in FieldAnnotationStruct 106 return field.toHuman() + ": " + annotations; in toHuman()
|
D | AnnotationSetRefItem.java | 66 public String toHuman() { in toHuman() method in AnnotationSetRefItem 67 return annotations.toHuman(); in toHuman()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | CatchHandlerList.java | 53 public String toHuman() { in toHuman() method in CatchHandlerList 54 return toHuman("", ""); in toHuman() 66 public String toHuman(String prefix, String header) { in toHuman() method in CatchHandlerList 86 sb.append(entry.getExceptionType().toHuman()); in toHuman()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | CatchHandlerList.java | 54 public String toHuman() { in toHuman() method in CatchHandlerList 55 return toHuman("", ""); in toHuman() 67 public String toHuman(String prefix, String header) { in toHuman() method in CatchHandlerList 87 sb.append(entry.getExceptionType().toHuman()); in toHuman()
|