Home | History | Annotate | Download | only in dexdump

Lines Matching defs:constructor

306             "CONSTRUCTOR",      /* 0x10000 */
1323 bool constructor = (name[0] == '<');
1325 if (constructor) {
1329 printf("<constructor name=\"%s\"\n", tmp);
1412 if (constructor)
1413 printf("</constructor>\n");
1913 type = "invoke-constructor";