Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddwarf_unwinder.cpp31 constexpr int32_t MIN_VALID_FRAME_COUNT = 3; variable
139 if (frame.index < MIN_VALID_FRAME_COUNT || isValidFrame) { in UnwindWithContext()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.cpp45 static constexpr int MIN_VALID_FRAME_COUNT = 3; variable
287 bool ret = frame->index < MIN_VALID_FRAME_COUNT || isValidFrame; in UpdateAndFillFrame()