Home | History | Annotate | Download | only in ijar

Lines Matching full:attribute_name

427   static ExceptionsAttribute* Read(const u1 *&p, Constant *attribute_name) {
429 attr->attribute_name_ = attribute_name;
464 static InnerClassesAttribute* Read(const u1 *&p, Constant *attribute_name) {
466 attr->attribute_name_ = attribute_name;
550 Constant *attribute_name) {
552 attr->attribute_name_ = attribute_name;
941 Constant *attribute_name) {
943 attr->attribute_name_ = attribute_name;
965 static ConstantValueAttribute* Read(const u1 *&p, Constant *attribute_name) {
967 attr->attribute_name_ = attribute_name;
985 static SignatureAttribute* Read(const u1 *&p, Constant *attribute_name) {
987 attr->attribute_name_ = attribute_name;
1010 static DeprecatedAttribute* Read(const u1 *&, Constant *attribute_name) {
1012 attr->attribute_name_ = attribute_name;
1032 static AnnotationsAttribute* Read(const u1 *&p, Constant *attribute_name) {
1034 attr->attribute_name_ = attribute_name;
1069 Constant *attribute_name) {
1071 attr->attribute_name_ = attribute_name;
1114 static TypeAnnotationsAttribute* Read(const u1 *&p, Constant *attribute_name,
1117 attr->attribute_name_ = attribute_name;
1146 static GeneralAttribute* Read(const u1 *&p, Constant *attribute_name,
1149 attr->attribute_name_ = attribute_name;
1304 Constant *attribute_name = constant(get_u2be(p));
1307 std::string attr_name = attribute_name->Display();
1317 attributes.push_back(ExceptionsAttribute::Read(p, attribute_name));
1319 attributes.push_back(SignatureAttribute::Read(p, attribute_name));
1321 attributes.push_back(DeprecatedAttribute::Read(p, attribute_name));
1323 attributes.push_back(EnclosingMethodAttribute::Read(p, attribute_name));
1326 attributes.push_back(InnerClassesAttribute::Read(p, attribute_name));
1328 attributes.push_back(AnnotationDefaultAttribute::Read(p, attribute_name));
1330 attributes.push_back(ConstantValueAttribute::Read(p, attribute_name));
1333 attributes.push_back(AnnotationsAttribute::Read(p, attribute_name));
1337 ParameterAnnotationsAttribute::Read(p, attribute_name));
1343 attributes.push_back(GeneralAttribute::Read(p, attribute_name,
1349 attributes.push_back(TypeAnnotationsAttribute::Read(p, attribute_name,