< prev index next >

src/hotspot/share/adlc/main.cpp

Print this page




 211   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
 212   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
 213   AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
 214   AD.addInclude(AD._CPP_file, "asm/macroAssembler.inline.hpp");
 215   AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
 216   AD.addInclude(AD._CPP_file, "code/nativeInst.hpp");
 217   AD.addInclude(AD._CPP_file, "code/vmreg.inline.hpp");
 218   AD.addInclude(AD._CPP_file, "gc/shared/collectedHeap.inline.hpp");
 219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
 220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
 222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
 223   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
 224   AD.addInclude(AD._CPP_file, "opto/intrinsicnode.hpp");
 225   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
 226   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
 227   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
 228   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
 229   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
 230   AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");

 231   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
 232   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
 233   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
 234   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 235   AD.addInclude(AD._HPP_file, "code/nativeInst.hpp");
 236   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 237   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 238   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 239   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 240   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
 241   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");
 242   AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name));
 243   AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp");
 244   AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name));
 245   AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");
 246   AD.addInclude(AD._CPP_FORMAT_file, "adfiles", get_basename(AD._HPP_file._name));
 247   AD.addInclude(AD._CPP_GEN_file, "precompiled.hpp");
 248   AD.addInclude(AD._CPP_GEN_file, "adfiles", get_basename(AD._HPP_file._name));
 249   AD.addInclude(AD._CPP_GEN_file, "opto/cfgnode.hpp");
 250   AD.addInclude(AD._CPP_GEN_file, "opto/locknode.hpp");




 211   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
 212   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
 213   AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
 214   AD.addInclude(AD._CPP_file, "asm/macroAssembler.inline.hpp");
 215   AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
 216   AD.addInclude(AD._CPP_file, "code/nativeInst.hpp");
 217   AD.addInclude(AD._CPP_file, "code/vmreg.inline.hpp");
 218   AD.addInclude(AD._CPP_file, "gc/shared/collectedHeap.inline.hpp");
 219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
 220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
 222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
 223   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
 224   AD.addInclude(AD._CPP_file, "opto/intrinsicnode.hpp");
 225   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
 226   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
 227   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
 228   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
 229   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
 230   AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");
 231   AD.addInclude(AD._CPP_file, "runtime/safepointMechanism.hpp");
 232   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
 233   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
 234   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
 235   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 236   AD.addInclude(AD._HPP_file, "code/nativeInst.hpp");
 237   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 238   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 239   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 240   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 241   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
 242   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");
 243   AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name));
 244   AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp");
 245   AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name));
 246   AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");
 247   AD.addInclude(AD._CPP_FORMAT_file, "adfiles", get_basename(AD._HPP_file._name));
 248   AD.addInclude(AD._CPP_GEN_file, "precompiled.hpp");
 249   AD.addInclude(AD._CPP_GEN_file, "adfiles", get_basename(AD._HPP_file._name));
 250   AD.addInclude(AD._CPP_GEN_file, "opto/cfgnode.hpp");
 251   AD.addInclude(AD._CPP_GEN_file, "opto/locknode.hpp");


< prev index next >