Lines Matching refs:attribute_name
1295 char *attribute_name = bcpool->getString (attribute_name_index); in readAttributes() local
1296 if (!attribute_name) in readAttributes()
1300 (int) attribute_name_index, STR (attribute_name), (int) attribute_length); in readAttributes()
1305 if (strcmp (attribute_name, NTXT ("SourceFile")) == 0) in readAttributes()
1311 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes()
1314 else if (strcmp (attribute_name, NTXT ("InnerClasses")) == 0) in readAttributes()
1327 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes()
1334 else if (strcmp (attribute_name, NTXT ("Code")) == 0) in readAttributes()
1351 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes()
1355 else if (strcmp (attribute_name, NTXT ("LineNumberTable")) == 0) in readAttributes()
1360 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes()
1376 (int) attribute_name_index, STR (attribute_name), in readAttributes()