Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc313 static unsigned int CountCallerFrames() __attribute__((noinline));
315 static unsigned int CountCallerFrames();
317 static unsigned int CountCallerFrames() { in CountCallerFrames() function
392 unsigned int callers = CountCallerFrames(); in Recursor()
415 return Recursor(RECURSION_DEPTH, CountCallerFrames()) ? 0 : 1; in main()