Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_mips.cc213 const uint32_t kMaxFrameStackSize = 1024; in GetCallerByStackScan() local
228 int count = kMaxFrameStackSize / sizeof(caller_pc); in GetCallerByStackScan()
261 } while ((caller_fp - caller_sp >= kMaxFrameStackSize) && count > 0); in GetCallerByStackScan()