Lines Matching refs:_CPP_file

88           AD._CPP_file._name = s;
148 AD._CPP_file._name = base_plus_suffix(temp,".cpp");
197 AD.addSunCopyright(legal_text, legal_sz, AD._CPP_file._fp); // .cpp
211 AD.addInclude(AD._CPP_file, "precompiled.hpp");
212 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
213 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
214 AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
215 AD.addInclude(AD._CPP_file, "asm/assembler.hpp");
216 AD.addInclude(AD._CPP_file, "code/vmreg.hpp");
217 AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
218 AD.addInclude(AD._CPP_file, "oops/compiledICHolderOop.hpp");
219 AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
220 AD.addInclude(AD._CPP_file, "oops/methodOop.hpp");
221 AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
222 AD.addInclude(AD._CPP_file, "oops/oop.inline2.hpp");
223 AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
224 AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
225 AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
226 AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
227 AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
228 AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
229 AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");
230 AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
231 AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
232 AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
234 AD.addInclude(AD._CPP_file, "assembler_x86.inline.hpp");
235 AD.addInclude(AD._CPP_file, "nativeInst_x86.hpp");
236 AD.addInclude(AD._CPP_file, "vmreg_x86.inline.hpp");
239 AD.addInclude(AD._CPP_file, "assembler_sparc.inline.hpp");
240 AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp");
241 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
244 AD.addInclude(AD._CPP_file, "assembler_arm.inline.hpp");
245 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
246 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
291 AD.addSourceBlocks(AD._CPP_file._fp); // .cpp
293 AD.buildReduceMaps(AD._HPP_file._fp, AD._CPP_file._fp);
294 AD.buildMustCloneMap(AD._HPP_file._fp, AD._CPP_file._fp);
296 AD.build_cisc_spill_instructions(AD._HPP_file._fp, AD._CPP_file._fp);
298 AD.defineClasses(AD._CPP_file._fp);
302 AD.buildInstructMatchCheck(AD._CPP_file._fp); // .cpp
304 AD.buildFrameMethods(AD._CPP_file._fp); // .cpp
307 AD.addPreprocessorChecks(AD._CPP_file._fp); // .cpp
353 printf(" c specify CPP file name (default: %s)\n", AD._CPP_file._name);
382 if (!open_file(!_no_output, _CPP_file, "w")) { return 0; }
410 close_file(delete_out, _CPP_file);
431 _CPP_file._name,