Home | History | Annotate | Download | only in Expression

Lines Matching refs:m_stack_frame_bottom

59     m_stack_frame_bottom (LLDB_INVALID_ADDRESS),
686 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS)
692 m_stack_frame_bottom = m_execution_unit_ap->Malloc(stack_frame_size,
698 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size;
840 function_stack_bottom = m_stack_frame_bottom;