Home
last modified time | relevance | path

Searched defs:callFrame (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp98 void VirtualRuntime::MakeCallFrame(Symbol &symbol, CallFrame &callFrame) in MakeCallFrame()
122 auto &callFrame = callFrameIt.operator*(); in GetSymbolName() local
/developtools/hiperf/src/
Dreport.cpp451 void Report::OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrame, in OutputStdCallFrames()
509 for (auto &callFrame : reportItem.callStacks_) { in OutputStdContent() local
Dvirtual_runtime.cpp297 void VirtualRuntime::MakeCallFrame(Symbol &symbol, CallFrame &callFrame) in MakeCallFrame()