Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp876 …lldb::addr_t function_stack_pointer = static_cast<ThreadPlanCallFunction *>(call_plan_sp.get())->G… in Execute() local
878 function_stack_bottom = function_stack_pointer - Host::GetPageSize(); in Execute()
879 function_stack_top = function_stack_pointer; in Execute()