methodOop.hpp File Reference

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


Variable Documentation

const int method_args_mask_bitno = method_size_mask_bitno + method_size_mask_size

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 30 of file methodOop.hpp.

Referenced by methodOopDesc::nofArgs().

const int method_flags_mask_bitno = method_args_mask_bitno + method_args_mask_size

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

Definition at line 33 of file methodOop.hpp.

Referenced by methodOopDesc::flags().

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

Definition at line 27 of file methodOop.hpp.

Referenced by methodOopDesc::size_of_codes().


Generated on Mon Oct 9 13:42:22 2006 for Strongtalk VM by  doxygen 1.4.7