Searched refs:_CPP_GEN_file (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp93 AD._CPP_GEN_file._name = base_plus_suffix(base,"_gen.cpp");
152 AD._CPP_GEN_file._name = base_plus_suffix(temp,"_gen.cpp");
201 AD.addSunCopyright(legal_text, legal_sz, AD._CPP_GEN_file._fp); // .cpp
260 AD.addInclude(AD._CPP_GEN_file, "precompiled.hpp");
261 AD.addInclude(AD._CPP_GEN_file, "adfiles", get_basename(AD._HPP_file._name));
262 AD.addInclude(AD._CPP_GEN_file, "opto/cfgnode.hpp");
263 AD.addInclude(AD._CPP_GEN_file, "opto/locknode.hpp");
299 AD.buildMachOperGenerator(AD._CPP_GEN_file._fp);// .cpp
300 AD.buildMachNodeGenerator(AD._CPP_GEN_file._fp);// .cpp
311 AD.addPreprocessorChecks(AD._CPP_GEN_file
[all...]
H A DarchDesc.hpp171 ADLFILE _CPP_GEN_file; // File for MachNode/Oper generator methods member in class:ArchDesc

Completed in 333 milliseconds