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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp94 AD._CPP_MISC_file._name = base_plus_suffix(base,"_misc.cpp");
153 AD._CPP_MISC_file._name = base_plus_suffix(temp,"_misc.cpp");
202 AD.addSunCopyright(legal_text, legal_sz, AD._CPP_MISC_file._fp); // .cpp
264 AD.addInclude(AD._CPP_MISC_file, "precompiled.hpp");
265 AD.addInclude(AD._CPP_MISC_file, "adfiles", get_basename(AD._HPP_file._name));
312 AD.addPreprocessorChecks(AD._CPP_MISC_file._fp); // .cpp
387 if (!open_file(!_no_output, _CPP_MISC_file, "w")) { return 0; }
415 close_file(delete_out, _CPP_MISC_file);
436 _CPP_MISC_file._name,
H A DarchDesc.hpp172 ADLFILE _CPP_MISC_file; // File for miscellaneous MachNode/Oper tables & methods member in class:ArchDesc
H A Doutput_c.cpp2989 defineIn_RegMask(_CPP_MISC_file._fp, _globalNames, *oper);
3008 defineIn_RegMask(_CPP_MISC_file._fp, _globalNames, *oper);
3049 defineOut_RegMask(_CPP_MISC_file._fp, instr->_ident, reg_mask(*instr));

Completed in 74 milliseconds