Searched refs:childCallFrame (Results 1 – 1 of 1) sorted by relevance
484 for (const ReportItemCallFrame &childCallFrame : callFrame.childs) { in OutputStdCallFrames() local485 HLOGV("childCallFream %*c %s", indent, ' ', childCallFrame.func_.data()); in OutputStdCallFrames()486 OutputStdCallFrames(indent + CALLSTACK_INDENT, childCallFrame, callFrame.eventCount_); in OutputStdCallFrames()