src/share/vm/interpreter/cppInterpreterGenerator.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn


  42   void generate_all();
  43 
  44  public:
  45   CppInterpreterGenerator(StubQueue* _code);
  46 
  47 #ifdef TARGET_ARCH_x86
  48 # include "cppInterpreterGenerator_x86.hpp"
  49 #endif
  50 #ifdef TARGET_ARCH_sparc
  51 # include "cppInterpreterGenerator_sparc.hpp"
  52 #endif
  53 #ifdef TARGET_ARCH_zero
  54 # include "cppInterpreterGenerator_zero.hpp"
  55 #endif
  56 #ifdef TARGET_ARCH_arm
  57 # include "cppInterpreterGenerator_arm.hpp"
  58 #endif
  59 #ifdef TARGET_ARCH_ppc
  60 # include "cppInterpreterGenerator_ppc.hpp"
  61 #endif



  62 
  63 };
  64 
  65 #endif // CC_INTERP
  66 
  67 #endif // SHARE_VM_INTERPRETER_CPPINTERPRETERGENERATOR_HPP


  42   void generate_all();
  43 
  44  public:
  45   CppInterpreterGenerator(StubQueue* _code);
  46 
  47 #ifdef TARGET_ARCH_x86
  48 # include "cppInterpreterGenerator_x86.hpp"
  49 #endif
  50 #ifdef TARGET_ARCH_sparc
  51 # include "cppInterpreterGenerator_sparc.hpp"
  52 #endif
  53 #ifdef TARGET_ARCH_zero
  54 # include "cppInterpreterGenerator_zero.hpp"
  55 #endif
  56 #ifdef TARGET_ARCH_arm
  57 # include "cppInterpreterGenerator_arm.hpp"
  58 #endif
  59 #ifdef TARGET_ARCH_ppc
  60 # include "cppInterpreterGenerator_ppc.hpp"
  61 #endif
  62 #ifdef TARGET_ARCH_aarch64
  63 # include "cppInterpreterGenerator_aarch64.hpp"
  64 #endif
  65 
  66 };
  67 
  68 #endif // CC_INTERP
  69 
  70 #endif // SHARE_VM_INTERPRETER_CPPINTERPRETERGENERATOR_HPP