Go to the source code of this file.
Classes | |
class | methodOopDesc |
Variables | |
const int | method_size_mask_bitno = 2 |
const int | method_size_mask_size = 18 |
const int | method_args_mask_bitno = method_size_mask_bitno + method_size_mask_size |
const int | method_args_mask_size = 4 |
const int | method_flags_mask_bitno = method_args_mask_bitno + method_args_mask_size |
const int | method_flags_mask_size = 8 |
Definition at line 29 of file methodOop.hpp.
Referenced by methodOopDesc::nofArgs(), and methodOopDesc::set_size_and_flags().
const int method_args_mask_size = 4 |
Definition at line 32 of file methodOop.hpp.
Referenced by methodOopDesc::flags(), and methodOopDesc::set_size_and_flags().
const int method_flags_mask_size = 8 |
const int method_size_mask_bitno = 2 |
Definition at line 26 of file methodOop.hpp.
Referenced by methodOopDesc::set_size_and_flags(), and methodOopDesc::size_of_codes().
const int method_size_mask_size = 18 |