Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c158 NOINLINE int StackOverflow(void) in StackOverflow() function
425 return StackOverflow(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h61 static int StackOverflow();
H A Ddfx_crasher.cpp107 {"STACKOF", "trigger a stack overflow", &DfxCrasher::StackOverflow},
346 NOINLINE int DfxCrasher::StackOverflow() in StackOverflow() function in DfxCrasher