Searched refs:m_stack_frame_bottom (Results 1 – 2 of 2) sorted by relevance
47 m_stack_frame_bottom(LLDB_INVALID_ADDRESS), in LLVMUserExpression()116 function_stack_bottom = m_stack_frame_bottom; in DoExecute()334 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS) { in PrepareToExecuteJITExpression()341 m_stack_frame_bottom = m_execution_unit_sp->Malloc( in PrepareToExecuteJITExpression()346 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