Searched refs:GetParentCall (Results 1 – 2 of 2) sorted by relevance
359 FunctionCall *GetParentCall() const;
683 TraceDumper::FunctionCall *TraceDumper::FunctionCall::GetParentCall() const { in GetParentCall() function in TraceDumper::FunctionCall717 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall(); in AppendReturnedInstructionToFunctionCallForest()719 for (; ancestor; ancestor = ancestor->GetParentCall()) { in AppendReturnedInstructionToFunctionCallForest()