Lines Matching full:max_len
5114 int max_len = -1,5119 if (max_len <= 0) {5120 max_len = G_flags->num_callers;5123 if (size > max_len)5124 size = max_len;5130 void ReportStackTrace(uintptr_t pc = 0, int max_len = -1) {5131 StackTrace *trace = CreateStackTrace(pc, max_len);