Searched refs:_CPP_PIPELINE_file (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp96 AD._CPP_PIPELINE_file._name = base_plus_suffix(base,"_pipeline.cpp");
155 AD._CPP_PIPELINE_file._name = base_plus_suffix(temp,"_pipeline.cpp");
204 AD.addSunCopyright(legal_text, legal_sz, AD._CPP_PIPELINE_file._fp); // .cpp
268 AD.addInclude(AD._CPP_PIPELINE_file, "precompiled.hpp");
269 AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
314 AD.addPreprocessorChecks(AD._CPP_PIPELINE_file._fp); // .cpp
389 if (!open_file(!_no_output, _CPP_PIPELINE_file, "w")) { return 0; }
417 close_file(delete_out, _CPP_PIPELINE_file);
438 _CPP_PIPELINE_file._name,
H A DarchDesc.hpp174 ADLFILE _CPP_PIPELINE_file; // File for MachNode pipeline defintions member in class:ArchDesc
H A Doutput_c.cpp2974 build_pipe_classes(_CPP_PIPELINE_file._fp);
3194 fprintf(_CPP_PIPELINE_file._fp, "const Pipeline * %*s::pipeline_class() { return %s; }\n",
3196 fprintf(_CPP_PIPELINE_file._fp, "const Pipeline * %*s::pipeline() const { return %s; }\n",
3198 fprintf(_CPP_PIPELINE_file._fp, "\n");
3200 fprintf(_CPP_PIPELINE_file._fp, "const Pipeline * %*s::pipeline_class() { return %s; }\n",
3202 fprintf(_CPP_PIPELINE_file._fp, "const Pipeline * %*s::pipeline() const { return pipeline_class(); }\n",
3204 fprintf(_CPP_PIPELINE_file._fp, "\n");
3210 fprintf(_CPP_PIPELINE_file._fp, "const Pipeline * %sNode::pipeline() const { return (&pipeline_class_%03d); }\n",
3214 fprintf(_CPP_PIPELINE_file._fp, "\n");
3221 fprintf(_CPP_PIPELINE_file
[all...]

Completed in 45 milliseconds