Searched refs:attribs (Results 1 – 6 of 6) sorted by relevance
69 AttributeList attribs = method.getAttributes(); in getExceptions() local71 attribs.findFirst(AttExceptions.ATTRIBUTE_NAME); in getExceptions()89 public static Annotations getAnnotations(AttributeList attribs) { in getAnnotations() argument90 Annotations result = getAnnotations0(attribs); in getAnnotations()91 Annotation signature = getSignature(attribs); in getAnnotations()92 Annotation sourceDebugExtension = getSourceDebugExtension(attribs); in getAnnotations()121 AttributeList attribs = cf.getAttributes(); in getClassAnnotations() local122 Annotations result = getAnnotations(attribs); in getClassAnnotations()123 Annotation enclosingMethod = translateEnclosingMethod(attribs); in getClassAnnotations()127 translateInnerClasses(thisClass, attribs, in getClassAnnotations()[all …]
45 AttributeList attribs = getAttributes(); in getConstantValue() local47 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME); in getConstantValue()
72 AttributeList attribs = getAttributes(); in getConstantValue() local74 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME); in getConstantValue()
70 AttributeList attribs = method.getAttributes(); in ConcreteMethod() local71 this.attCode = (AttCode) attribs.findFirst(AttCode.ATTRIBUTE_NAME); in ConcreteMethod()
952 Attributes attribs; in makeManifest() local957 attribs = manifest.getMainAttributes(); in makeManifest()958 attribs.put(Attributes.Name.MANIFEST_VERSION, "1.0"); in makeManifest()961 attribs = manifest.getMainAttributes(); in makeManifest()965 String createdBy = attribs.getValue(CREATED_BY); in makeManifest()973 attribs.put(CREATED_BY, createdBy); in makeManifest()974 attribs.putValue("Dex-Location", DexFormat.DEX_IN_JAR_NAME); in makeManifest()
345 AttributeList attribs = getAttributes(); in getSourceFile() local346 Attribute attSf = attribs.findFirst(AttSourceFile.ATTRIBUTE_NAME); in getSourceFile()