< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page




 815   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 816   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 817   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 818   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 819   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 820   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 821                                                                                                                                      \
 822   /***********************************/                                                                                              \
 823   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 824   /***********************************/                                                                                              \
 825                                                                                                                                      \
 826      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 827      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 828      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 829      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 830      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 831      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 832      static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
 833      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 834      static_field(StubRoutines,                _crc_table_adr,                                address)                               \

 835      static_field(StubRoutines,                _updateBytesCRC32C,                            address)                               \
 836      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 837      static_field(StubRoutines,                _squareToLen,                                  address)                               \
 838      static_field(StubRoutines,                _mulAdd,                                       address)                               \
 839                                                                                                                                      \
 840   /*****************/                                                                                                                \
 841   /* SharedRuntime */                                                                                                                \
 842   /*****************/                                                                                                                \
 843                                                                                                                                      \
 844      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 845                                                                                                                                      \
 846   /***************************************/                                                                                          \
 847   /* PcDesc and other compiled code info */                                                                                          \
 848   /***************************************/                                                                                          \
 849                                                                                                                                      \
 850   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 851   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 852   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 853   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 854                                                                                                                                      \




 815   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 816   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 817   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 818   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 819   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 820   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 821                                                                                                                                      \
 822   /***********************************/                                                                                              \
 823   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 824   /***********************************/                                                                                              \
 825                                                                                                                                      \
 826      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 827      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 828      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 829      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 830      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 831      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 832      static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
 833      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 834      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 835      static_field(StubRoutines,                _crc32c_table_addr,                            address)                               \
 836      static_field(StubRoutines,                _updateBytesCRC32C,                            address)                               \
 837      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 838      static_field(StubRoutines,                _squareToLen,                                  address)                               \
 839      static_field(StubRoutines,                _mulAdd,                                       address)                               \
 840                                                                                                                                      \
 841   /*****************/                                                                                                                \
 842   /* SharedRuntime */                                                                                                                \
 843   /*****************/                                                                                                                \
 844                                                                                                                                      \
 845      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 846                                                                                                                                      \
 847   /***************************************/                                                                                          \
 848   /* PcDesc and other compiled code info */                                                                                          \
 849   /***************************************/                                                                                          \
 850                                                                                                                                      \
 851   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 852   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 853   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 854   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 855                                                                                                                                      \


< prev index next >