Searched refs:function_stack_bottom (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 753 lldb::addr_t function_stack_bottom, in FinalizeJITExecution() argument 769 …m_dematerializer_sp->Dematerialize(dematerialize_error, result, function_stack_bottom, function_st… in FinalizeJITExecution() 812 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS; in Execute() local 840 function_stack_bottom = m_stack_frame_bottom; in Execute() 848 function_stack_bottom, in Execute() 878 function_stack_bottom = function_stack_pointer - Host::GetPageSize(); in Execute() 932 …if (FinalizeJITExecution (error_stream, exe_ctx, result, function_stack_bottom, function_stack_to… in Execute()
|
/external/lldb/include/lldb/Expression/ |
D | ClangUserExpression.h | 203 lldb::addr_t function_stack_bottom = LLDB_INVALID_ADDRESS,
|