< prev index next >

src/share/vm/adlc/main.cpp

Print this page




 217   AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
 218   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
 219   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 220   AD.addInclude(AD._CPP_file, "oops/method.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");
 233 #ifdef TARGET_ARCH_x86
 234   AD.addInclude(AD._CPP_file, "nativeInst_x86.hpp");
 235   AD.addInclude(AD._CPP_file, "vmreg_x86.inline.hpp");
 236 #endif





 237 #ifdef TARGET_ARCH_sparc
 238   AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp");
 239   AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
 240 #endif
 241 #ifdef TARGET_ARCH_arm
 242   AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
 243   AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
 244 #endif
 245 #ifdef TARGET_ARCH_ppc
 246   AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
 247   AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
 248   AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
 249 #endif
 250   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 251   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 252   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 253   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 254   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 255   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
 256   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");




 217   AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
 218   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
 219   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 220   AD.addInclude(AD._CPP_file, "oops/method.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");
 233 #ifdef TARGET_ARCH_x86
 234   AD.addInclude(AD._CPP_file, "nativeInst_x86.hpp");
 235   AD.addInclude(AD._CPP_file, "vmreg_x86.inline.hpp");
 236 #endif
 237 #ifdef TARGET_ARCH_aarch64
 238   AD.addInclude(AD._CPP_file, "assembler_aarch64.inline.hpp");
 239   AD.addInclude(AD._CPP_file, "nativeInst_aarch64.hpp");
 240   AD.addInclude(AD._CPP_file, "vmreg_aarch64.inline.hpp");
 241 #endif
 242 #ifdef TARGET_ARCH_sparc
 243   AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp");
 244   AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
 245 #endif
 246 #ifdef TARGET_ARCH_arm
 247   AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
 248   AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
 249 #endif
 250 #ifdef TARGET_ARCH_ppc
 251   AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
 252   AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
 253   AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
 254 #endif
 255   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 256   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 257   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 258   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 259   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 260   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
 261   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");


< prev index next >