Lines Matching refs:n_ips
864 Int n_ips, i, n_alloc_fns_removed; in get_IPs() local
887 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate, in get_IPs()
891 tl_assert(n_ips > 0); in get_IPs()
894 if (n_ips < clo_depth + overestimate) { redo = False; } in get_IPs()
901 for (i = n_alloc_fns_removed; i < n_ips; i++) { in get_IPs()
911 n_ips -= n_alloc_fns_removed; in get_IPs()
912 for (i = 0; i < n_ips; i++) { in get_IPs()
917 if (n_ips >= clo_depth) { in get_IPs()
919 n_ips = clo_depth; // Ignore any IPs below --depth. in get_IPs()
926 return n_ips; in get_IPs()
938 Int n_ips = get_IPs(tid, exclude_first_entry, ips); in get_XCon() local
942 if (n_ips > 0 && fn_should_be_ignored(ips[0])) { in get_XCon()
947 for (i = 0; i < n_ips; i++) { in get_XCon()