Home
last modified time | relevance | path

Searched refs:m_stack_frame_bottom (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Expression/
DClangUserExpression.cpp59 m_stack_frame_bottom (LLDB_INVALID_ADDRESS), in ClangUserExpression()
686 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS) in PrepareToExecuteJITExpression()
692 m_stack_frame_bottom = m_execution_unit_ap->Malloc(stack_frame_size, in PrepareToExecuteJITExpression()
698 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size; in PrepareToExecuteJITExpression()
840 function_stack_bottom = m_stack_frame_bottom; in Execute()
/external/lldb/include/lldb/Expression/
DClangUserExpression.h401 …lldb::addr_t m_stack_frame_bottom; ///< The bottom of the allocat… variable