Home | History | Annotate | Download | only in dexdump

Lines Matching refs:constructor

298             "CONSTRUCTOR",      /* 0x10000 */
1185 bool constructor = (name[0] == '<');
1187 if (constructor) {
1191 printf("<constructor name=\"%s\"\n", tmp);
1274 if (constructor)
1275 printf("</constructor>\n");