Searched refs:last_function_call (Results 1 – 1 of 1) sorted by relevance
712 TraceDumper::FunctionCall &last_function_call, in AppendReturnedInstructionToFunctionCallForest() argument771 TraceDumper::FunctionCall *last_function_call, in AppendInstructionToFunctionCallForest() argument775 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest()800 return *last_function_call; in AppendInstructionToFunctionCallForest()823 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()862 if (last_function_call && last_function_call->IsError()) { in AppendErrorToFunctionCallForest()863 last_function_call->GetLastTracedSegment().AppendInsn( in AppendErrorToFunctionCallForest()865 return *last_function_call; in AppendErrorToFunctionCallForest()880 TraceDumper::FunctionCall *last_function_call = nullptr; in CreateFunctionCallForest() local884 last_function_call = &AppendErrorToFunctionCallForest(last_function_call, in CreateFunctionCallForest()[all …]