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