Searched refs:code_attrs_vec (Results 1 – 2 of 2) sorted by relevance
74 private final List<Attribute> code_attrs_vec = new ArrayList<>(); field in MethodGen568 code_attrs_vec.add(a); in addCodeAttribute()583 code_attrs_vec.remove(a); in removeCodeAttribute()592 code_attrs_vec.clear(); in removeCodeAttributes()600 final Attribute[] attributes = new Attribute[code_attrs_vec.size()]; in getCodeAttributes()601 code_attrs_vec.toArray(attributes); in getCodeAttributes()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...