5#ifndef RUNTIME_VM_FRAME_LAYOUT_H_
6#define RUNTIME_VM_FRAME_LAYOUT_H_
intptr_t saved_caller_pc_from_fp
intptr_t last_fixed_object_from_fp
intptr_t param_end_from_fp
intptr_t saved_below_pc() const
intptr_t last_param_from_entry_sp
intptr_t saved_caller_fp_from_fp
intptr_t first_local_from_fp
intptr_t VariableIndexForFrameSlot(intptr_t frame_slot) const
intptr_t saved_caller_pp_from_fp
intptr_t FrameSlotForVariable(const LocalVariable *variable) const
intptr_t dart_fixed_frame_size
intptr_t first_object_from_fp
intptr_t exit_link_slot_from_entry_fp
intptr_t FrameSlotForVariableIndex(intptr_t index) const