Home | History | Annotate | Download | only in coregrind

Lines Matching defs:ips

970          StackTrace ips = VG_(get_ExeContext_StackTrace)(p_min->where);
972 ips[0], /*debugging*/True, 0xFE/*verbosity*/,
1388 play the role of 'pattern'-element, and the error frames (IPs,
1404 /* IPtoFunOrObjCompleter is a lazy completer of the IPs
1414 StackTrace ips; // stack trace we are lazily completing.
1415 UWord n_ips; // nr of elements in ips.
1419 // function name for ips[i] is located.
1423 // object name for ips[i] (-1 meaning object name not yet completed).
1452 vg_assert (IP == ip2fo->ips[ixIP]);
1552 /* note, StackTrace ip2fo->ips === Addr* */
1562 /*INPUT*/ip2fo->ips, szbInput, ip2fo->n_ips, 0/*initial Ix*/,
1619 ip2fo.ips = VG_(get_ExeContext_StackTrace)(err->where);