Home
last modified time | relevance | path

Searched refs:record_ExeContext_wrk2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_execontext.c122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips );
148 null_ExeContext = record_ExeContext_wrk2(ips, 1); in init_ExeContext_storage()
355 return record_ExeContext_wrk2 ( ips, n_ips ); in record_ExeContext_wrk()
362 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips ) in record_ExeContext_wrk2() function
471 return record_ExeContext_wrk2( &a, 1 ); in VG_()
506 return record_ExeContext_wrk2(ips, n_ips); in VG_()