Lines Matching refs:xe
311 xec xe; in find_or_insert() local
313 xe.ec = ec; in find_or_insert()
315 xe.top = 0; in find_or_insert()
316 xe.n_ips_sel = (UShort)VG_(get_ExeContext_n_ips)(xe.ec); in find_or_insert()
319 UInt n_ips_sel = VG_(get_ExeContext_n_ips)(xe.ec); in find_or_insert()
320 xt->filter_IPs_fn(VG_(get_ExeContext_StackTrace)(xe.ec), n_ips_sel, in find_or_insert()
322 xe.top = (UShort)top; in find_or_insert()
323 xe.n_ips_sel = (UShort)n_ips_sel; in find_or_insert()
326 VG_(addToXA)(shared->xec, &xe); in find_or_insert()
365 xec* xe = (xec*)VG_(indexXA)(xt->shared->xec, xecu); in VG_() local
366 return (UInt)xe->n_ips_sel; in VG_()
371 xec* xe = (xec*)VG_(indexXA)(xt->shared->xec, xecu); in VG_() local
372 return xe->ec; in VG_()
490 xec* xe = (xec*)VG_(indexXA)(shared->xec, xecu); in VG_() local
491 if (xe->n_ips_sel == 0) in VG_()
552 const Addr* ips = VG_(get_ExeContext_StackTrace)(xe->ec) + xe->top; in VG_()
553 Int ips_idx = xe->n_ips_sel - 1; in VG_()
557 VG_(pp_ExeContext)(xe->ec); in VG_()
805 xec* xe = (xec*)VG_(indexXA)(shared->xec, xecu); in prepare_ms_ec() local
809 ms_ec[n_xecu_sel].n_ips = xe->n_ips_sel; in prepare_ms_ec()
813 ms_ec[n_xecu_sel].ips = VG_(get_ExeContext_StackTrace)(xe->ec) + xe->top; in prepare_ms_ec()
903 xec* xe = (xec*)VG_(indexXA)(shared->xec, xecu); in VG_() local
904 if (xe->n_ips_sel == 0) in VG_()