< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page




 806                                                                                                                                      \
 807   nonstatic_field(StubQueue,                   _stub_buffer,                                  address)                               \
 808   nonstatic_field(StubQueue,                   _buffer_limit,                                 int)                                   \
 809   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 810   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 811   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 812   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 813   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 814   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 815                                                                                                                                      \
 816   /***********************************/                                                                                              \
 817   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 818   /***********************************/                                                                                              \
 819                                                                                                                                      \
 820      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 821      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 822      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 823      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 824      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 825      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \

 826      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 827      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 828      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 829                                                                                                                                      \
 830   /*****************/                                                                                                                \
 831   /* SharedRuntime */                                                                                                                \
 832   /*****************/                                                                                                                \
 833                                                                                                                                      \
 834      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 835                                                                                                                                      \
 836   /***************************************/                                                                                          \
 837   /* PcDesc and other compiled code info */                                                                                          \
 838   /***************************************/                                                                                          \
 839                                                                                                                                      \
 840   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 841   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 842   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 843   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 844                                                                                                                                      \
 845   /***************************************************/                                                                              \




 806                                                                                                                                      \
 807   nonstatic_field(StubQueue,                   _stub_buffer,                                  address)                               \
 808   nonstatic_field(StubQueue,                   _buffer_limit,                                 int)                                   \
 809   nonstatic_field(StubQueue,                   _queue_begin,                                  int)                                   \
 810   nonstatic_field(StubQueue,                   _queue_end,                                    int)                                   \
 811   nonstatic_field(StubQueue,                   _number_of_stubs,                              int)                                   \
 812   nonstatic_field(InterpreterCodelet,          _size,                                         int)                                   \
 813   nonstatic_field(InterpreterCodelet,          _description,                                  const char*)                           \
 814   nonstatic_field(InterpreterCodelet,          _bytecode,                                     Bytecodes::Code)                       \
 815                                                                                                                                      \
 816   /***********************************/                                                                                              \
 817   /* StubRoutines (NOTE: incomplete) */                                                                                              \
 818   /***********************************/                                                                                              \
 819                                                                                                                                      \
 820      static_field(StubRoutines,                _verify_oop_count,                             jint)                                  \
 821      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
 822      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
 823      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
 824      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
 825      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
 826      static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
 827      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
 828      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
 829      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
 830                                                                                                                                      \
 831   /*****************/                                                                                                                \
 832   /* SharedRuntime */                                                                                                                \
 833   /*****************/                                                                                                                \
 834                                                                                                                                      \
 835      static_field(SharedRuntime,               _ic_miss_blob,                                 RuntimeStub*)                          \
 836                                                                                                                                      \
 837   /***************************************/                                                                                          \
 838   /* PcDesc and other compiled code info */                                                                                          \
 839   /***************************************/                                                                                          \
 840                                                                                                                                      \
 841   nonstatic_field(PcDesc,                      _pc_offset,                                    int)                                   \
 842   nonstatic_field(PcDesc,                      _scope_decode_offset,                          int)                                   \
 843   nonstatic_field(PcDesc,                      _obj_decode_offset,                            int)                                   \
 844   nonstatic_field(PcDesc,                      _flags,                                        int)                                   \
 845                                                                                                                                      \
 846   /***************************************************/                                                                              \


< prev index next >