Searched defs:first_ip_delta (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_execontext.c324 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta, argument
339 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
344 first_ip_delta );
453 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
454 return record_ExeContext_wrk( tid, first_ip_delta,
458 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
460 return record_ExeContext_wrk( tid, first_ip_delta,
H A Dm_signals.c1688 Word first_ip_delta = 0; local
1719 first_ip_delta = -insn_length;
1724 ? VG_(record_ExeContext)( tid, first_ip_delta )
1726 first_ip_delta );
/external/valgrind/main/helgrind/
H A Dhg_main.c254 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
310 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
1579 { Word first_ip_delta = 0; local
1581 first_ip_delta = -3;
1583 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);

Completed in 545 milliseconds