< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 7792 : [mq]: 8081778-Use-Intel-x64-CPU-instructions-for-RSA-acceleration


 796   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 797   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 798   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 799   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 800   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 801   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 802                                                                                                                                      \
 803   /***********************************/                                                                                              \
 804   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 805   /***********************************/                                                                                              \
 806                                                                                                                                      \
 807      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 808      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 809      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 810      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 811      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 812      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 813      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 814      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 815      static_field(StubRoutines,                _multiplyToLen,                                address)                               \


 816                                                                                                                                      \
 817   /*****************/                                                                                                                \
 818   /* SharedRuntime */                                                                                                                \
 819   /*****************/                                                                                                                \
 820                                                                                                                                      \
 821      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 822                                                                                                                                      \
 823   /***************************************/                                                                                          \
 824   /* PcDesc and other compiled code info */                                                                                          \
 825   /***************************************/                                                                                          \
 826                                                                                                                                      \
 827   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 828   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 829   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 830   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 831                                                                                                                                      \
 832   /***************************************************/                                                                              \
 833   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
 834   /***************************************************/                                                                              \
 835                                                                                                                                      \




 796   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 797   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 798   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 799   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 800   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 801   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 802                                                                                                                                      \
 803   /***********************************/                                                                                              \
 804   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 805   /***********************************/                                                                                              \
 806                                                                                                                                      \
 807      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 808      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 809      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 810      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 811      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 812      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 813      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 814      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 815      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 816      static_field(StubRoutines,                _squareToLen,                                  address)                               \
 817      static_field(StubRoutines,                _mulAdd,                                       address)                               \
 818                                                                                                                                      \
 819   /*****************/                                                                                                                \
 820   /* SharedRuntime */                                                                                                                \
 821   /*****************/                                                                                                                \
 822                                                                                                                                      \
 823      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 824                                                                                                                                      \
 825   /***************************************/                                                                                          \
 826   /* PcDesc and other compiled code info */                                                                                          \
 827   /***************************************/                                                                                          \
 828                                                                                                                                      \
 829   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 830   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 831   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 832   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 833                                                                                                                                      \
 834   /***************************************************/                                                                              \
 835   /* CodeBlobs (NOTE: incomplete, but only a little) */                                                                              \
 836   /***************************************************/                                                                              \
 837                                                                                                                                      \


< prev index next >