Home | History | Annotate | Download | only in coregrind

Lines Matching refs:n_ips

1561 void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips )
1563 vg_assert( n_ips > 0 );
1568 VG_(apply_StackTrace)( printIpDesc, NULL, ips, n_ips );
1578 UInt n_ips
1583 VG_(pp_StackTrace)(ips, n_ips);
1589 StackTrace ips, UInt n_ips
1594 vg_assert(n_ips > 0);
1598 // Then decrease n_ips so as to not call action for the below main
1599 for (i = n_ips - 1; i >= 0; i--) {
1602 n_ips = i + 1;
1608 for (i = 0; i < n_ips; i++)