Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp197 static NOINLINE int RecursiveHelperFunction(int curLevel, int targetLevel, int midLevel) in RecursiveHelperFunction() function
218 RecursiveHelperFunction(nextLevel, targetLevel, midLevel); in RecursiveHelperFunction()
229 return RecursiveHelperFunction(1, targetLevel, midLevel); in StackCorruption()
236 return RecursiveHelperFunction(1, targetLevel, midLevel); in StackCorruption2()