Home | History | Annotate | Download | only in dexdump

Lines Matching refs:constructor

274       "CONSTRUCTOR",           /* 0x10000 */
1228 const bool constructor = (name[0] == '<');
1231 if (constructor) {
1233 fprintf(gOutFile, "<constructor name=\"%s\"\n", dot.get());
1290 if (constructor) {
1291 fprintf(gOutFile, "</constructor>\n");
1614 type = "invoke-constructor";