Searched defs:root_inst (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1339 const char *root_inst = NULL; local
1340 preplace->next_instruction(root_inst);
1341 InstructForm *root_form = globals[root_inst]->is_instruction();
1343 fprintf(fp, " %sNode *root = new (C) %sNode();\n", root_inst, root_inst);

Completed in 36 milliseconds