Home | History | Annotate | Download | only in dexdump

Lines Matching defs:constructor

278       "CONSTRUCTOR",           /* 0x10000 */
1252 const bool constructor = (name[0] == '<');
1255 if (constructor) {
1257 fprintf(gOutFile, "<constructor name=\"%s\"\n", dot.get());
1314 if (constructor) {
1315 fprintf(gOutFile, "</constructor>\n");
1638 type = "invoke-constructor";