Lines Matching defs:last_function_call
696 /// \param[in] last_function_call
712 TraceDumper::FunctionCall &last_function_call,
717 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall();
751 /// \param[in] last_function_call
771 TraceDumper::FunctionCall *last_function_call,
775 if (!last_function_call || last_function_call->IsError()) {
790 return last_function_call->GetLastTracedSegment().CreateNestedCall(
798 last_function_call->GetLastTracedSegment().AppendInsn(cursor_sp,
800 return *last_function_call;
804 const InstructionSP &insn = last_function_call->GetLastTracedSegment()
815 return last_function_call->GetLastTracedSegment().CreateNestedCall(
823 *last_function_call, symbol_info, cursor_sp, roots);
834 *last_function_call, symbol_info, cursor_sp, roots);
839 return last_function_call->GetLastTracedSegment().CreateNestedCall(
847 /// \param[in] last_function_call
860 TraceDumper::FunctionCall *last_function_call, TraceCursorSP &cursor_sp,
862 if (last_function_call && last_function_call->IsError()) {
863 last_function_call->GetLastTracedSegment().AppendInsn(
865 return *last_function_call;
880 TraceDumper::FunctionCall *last_function_call = nullptr;
884 last_function_call = &AppendErrorToFunctionCallForest(last_function_call,
891 last_function_call = &AppendInstructionToFunctionCallForest(
892 exe_ctx, last_function_call, prev_symbol_info, symbol_info, cursor_sp,
899 last_function_call = nullptr;