Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_local.cpp296 bool isValidFrame = true; in ExecLocalDumpUnwinding() local
301 isValidFrame = false; in ExecLocalDumpUnwinding()
309 if (curIndex_ < MIN_VALID_FRAME_COUNT || isValidFrame) { in ExecLocalDumpUnwinding()
Ddfx_unwind_remote.cpp221 bool isValidFrame = true; in UpdateAndPrintFrameInfo() local
253 isValidFrame = false; in UpdateAndPrintFrameInfo()
256 bool ret = frame->GetFrameIndex() < MIN_VALID_FRAME_COUNT || isValidFrame; in UpdateAndPrintFrameInfo()