Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_execontext.c98 static UInt ec_next_ecu = 4; /* We must never issue zero */ variable
435 vg_assert(VG_(is_plausible_ECU)(ec_next_ecu)); in record_ExeContext_wrk2()
436 new_ec->ecu = ec_next_ecu; in record_ExeContext_wrk2()
437 ec_next_ecu += 4; in record_ExeContext_wrk2()
438 if (ec_next_ecu == 0) { in record_ExeContext_wrk2()