Searched refs:m_stack_frame_bottom (Results 1 – 2 of 2) sorted by relevance
49 m_stack_frame_bottom(LLDB_INVALID_ADDRESS), in LLVMUserExpression()116 function_stack_bottom = m_stack_frame_bottom; in DoExecute()338 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS) { in PrepareToExecuteJITExpression()353 m_stack_frame_bottom = *address_or_error; in PrepareToExecuteJITExpression()354 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size; in PrepareToExecuteJITExpression()
94 m_stack_frame_bottom; ///< The bottom of the allocated stack frame. variable