Searched refs:make_ExeContext_from_StackTrace (Results 1 – 4 of 4) sorted by relevance
114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
541 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips ) in VG_() argument
580 return VG_(make_ExeContext_from_StackTrace)(ips+1, n_ips-1); in make_ec()582 return VG_(make_ExeContext_from_StackTrace)(ips, n_ips); in make_ec()
4740 *resEC = VG_(make_ExeContext_from_StackTrace)(ref_rcec->frames, in libhb_event_map_lookup()