Searched refs:kMaxFrameStackSize (Results 1 – 1 of 1) sorted by relevance
288 const uint32_t kMaxFrameStackSize = 1024; in GetCallerByStackScan() local304 int count = kMaxFrameStackSize / sizeof(caller_pc); in GetCallerByStackScan()337 } while ((caller_fp - caller_sp >= kMaxFrameStackSize) && count > 0); in GetCallerByStackScan()383 int count = kMaxFrameStackSize / sizeof(caller_pc); in GetCallerByStackScan()403 } while ((caller_fp - caller_sp >= kMaxFrameStackSize) && count > 0); in GetCallerByStackScan()