Home
last modified time | relevance | path

Searched refs:firstFrame (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.cpp89 auto firstFrame = frames.at(0); in CollectStackInfo() local
90 if (firstFrame != nullptr) { in CollectStackInfo()
91 prevSp = static_cast<uintptr_t>(firstFrame->sp); in CollectStackInfo()