< prev index next >

src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp

Print this page




  31 //
  32   friend class AbstractInterpreterGenerator;
  33 
  34 protected:
  35 
  36   void bang_stack_shadow_pages(bool native_call);
  37 
  38 private:
  39 
  40   address generate_normal_entry(bool synchronized);
  41   address generate_native_entry(bool synchronized);
  42   address generate_abstract_entry(void);
  43   address generate_math_entry(AbstractInterpreter::MethodKind kind);
  44   address generate_accessor_entry(void) { return NULL; }
  45   address generate_empty_entry(void) { return NULL; }
  46   void generate_transcendental_entry(AbstractInterpreter::MethodKind kind, int fpargs);
  47   address generate_Reference_get_entry();
  48   address generate_CRC32_update_entry();
  49   address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
  50   address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { return NULL; }
  51   void lock_method(void);
  52   void generate_stack_overflow_check(void);
  53 
  54   void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
  55   void generate_counter_overflow(Label* do_continue);
  56 
  57 #endif // CPU_AARCH64_VM_INTERPRETERGENERATOR_AARCH64_HPP


  31 //
  32   friend class AbstractInterpreterGenerator;
  33 
  34 protected:
  35 
  36   void bang_stack_shadow_pages(bool native_call);
  37 
  38 private:
  39 
  40   address generate_normal_entry(bool synchronized);
  41   address generate_native_entry(bool synchronized);
  42   address generate_abstract_entry(void);
  43   address generate_math_entry(AbstractInterpreter::MethodKind kind);
  44   address generate_accessor_entry(void) { return NULL; }
  45   address generate_empty_entry(void) { return NULL; }
  46   void generate_transcendental_entry(AbstractInterpreter::MethodKind kind, int fpargs);
  47   address generate_Reference_get_entry();
  48   address generate_CRC32_update_entry();
  49   address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
  50   address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { return NULL; }

  51   void generate_stack_overflow_check(void);
  52 
  53   void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
  54   void generate_counter_overflow(Label* do_continue);
  55 
  56 #endif // CPU_AARCH64_VM_INTERPRETERGENERATOR_AARCH64_HPP
< prev index next >