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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp92 AD._CPP_FORMAT_file._name = base_plus_suffix(base,"_format.cpp");
151 AD._CPP_FORMAT_file._name = base_plus_suffix(temp,"_format.cpp");
200 AD.addSunCopyright(legal_text, legal_sz, AD._CPP_FORMAT_file._fp); // .cpp
258 AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");
259 AD.addInclude(AD._CPP_FORMAT_file, "adfiles", get_basename(AD._HPP_file._name));
310 AD.addPreprocessorChecks(AD._CPP_FORMAT_file._fp); // .cpp
385 if (!open_file(!_no_output, _CPP_FORMAT_file, "w")) { return 0; }
413 close_file(delete_out, _CPP_FORMAT_file);
434 _CPP_FORMAT_file._name,
H A DarchDesc.hpp170 ADLFILE _CPP_FORMAT_file; // File for MachNode/Oper format defintions member in class:ArchDesc
H A Doutput_c.cpp3034 gen_oper_format(_CPP_FORMAT_file._fp, _globalNames, *oper, true);
3155 gen_inst_format(_CPP_FORMAT_file._fp, _globalNames, *instr, true);

Completed in 45 milliseconds