Searched refs:maxInlinedId (Results 1 – 1 of 1) sorted by relevance
1250 int maxInlinedId = -1; in LogSourceCodeInformation() local1261 if (inlining_pos.inlined_function_id > maxInlinedId) { in LogSourceCodeInformation()1262 maxInlinedId = inlining_pos.inlined_function_id; in LogSourceCodeInformation()1277 for (int i = 0; i <= maxInlinedId; i++) { in LogSourceCodeInformation()