frame.hpp File Reference

Go to the source code of this file.

Classes

class  frame

Variables

const int frame_temp_offset = -3
const int frame_hp_offset = -2
const int frame_receiver_offset = -1
const int frame_next_Delta_fp_offset = -1
const int frame_next_Delta_sp_offset = -2
const int frame_link_offset = 0
const int frame_return_addr_offset = 1
const int frame_arg_offset = 2
const int frame_sender_sp_offset = 2
const int frame_real_sender_sp_offset = -2
const int frame_frame_array_offset = -1
const int interpreted_frame_float_magic_offset = frame_temp_offset - 1
const int compiled_frame_magic_oop_offset = -1
const int minimum_size_for_deoptimized_frame = 4


Variable Documentation

const int compiled_frame_magic_oop_offset = -1

Definition at line 57 of file frame.hpp.

Referenced by frame::has_compiled_float_marker().

const int frame_arg_offset = 2

Definition at line 50 of file frame.hpp.

Referenced by frame::arg_addr().

const int frame_frame_array_offset = -1

Definition at line 54 of file frame.hpp.

Referenced by frame::frame_array_addr().

const int frame_hp_offset = -2

Definition at line 44 of file frame.hpp.

Referenced by frame::hp_addr().

const int frame_link_offset = 0

Definition at line 48 of file frame.hpp.

Referenced by frame::link_addr().

const int frame_next_Delta_fp_offset = -1

Definition at line 46 of file frame.hpp.

Referenced by frame::has_next_Delta_fp(), and frame::next_Delta_fp().

const int frame_next_Delta_sp_offset = -2

Definition at line 47 of file frame.hpp.

Referenced by frame::next_Delta_sp().

const int frame_real_sender_sp_offset = -2

Definition at line 53 of file frame.hpp.

Referenced by frame::follow_roots(), frame::oop_iterate(), and frame::real_sender_sp_addr().

const int frame_receiver_offset = -1

Definition at line 45 of file frame.hpp.

Referenced by frame::receiver_addr().

const int frame_return_addr_offset = 1

Definition at line 49 of file frame.hpp.

Referenced by frame::interpreter_frame_size(), and frame::return_addr_addr().

const int frame_sender_sp_offset = 2

Definition at line 51 of file frame.hpp.

Referenced by frame::patch_fp(), and frame::sender_sp().

const int frame_temp_offset = -3

Definition at line 43 of file frame.hpp.

Referenced by methodOopDesc::float_section_start_offset(), frame::interpreter_frame_size(), and frame::temp_addr().

const int interpreted_frame_float_magic_offset = frame_temp_offset - 1

Definition at line 56 of file frame.hpp.

Referenced by frame::has_interpreted_float_marker().

const int minimum_size_for_deoptimized_frame = 4

Definition at line 58 of file frame.hpp.

Referenced by frame::frame_array_addr(), and frame::method().


Generated on Mon Oct 9 13:41:03 2006 for Strongtalk VM by  doxygen 1.4.7