Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:constructor

198       "CONSTRUCTOR",           /* 0x10000 */
1212 const bool constructor = (name[0] == '<');
1215 if (constructor) {
1217 fprintf(out_file_, "<constructor name=\"%s\"\n", dot.c_str());
1274 if (constructor) {
1275 fprintf(out_file_, "</constructor>\n");