Lines Matching refs:dtor_head
1081 Bool dtor_head, in instrument_mem_access() argument
1099 if (st->tag == Ist_Store && dtor_head && in instrument_mem_access()
1169 size_t *idx, uintptr_t *cur_pc, bool dtor_head) { in instrument_statement() argument
1202 True/*isStore*/, dtor_head, in instrument_statement()
1214 False/*!isStore*/, dtor_head, in instrument_statement()
1237 bbOut, st, d->mAddr, dataSize, False/*!isStore*/, dtor_head, in instrument_statement()
1243 bbOut, st, d->mAddr, dataSize, True/*isStore*/, dtor_head, in instrument_statement()
1303 bool dtor_head = false; in ts_instrument() local
1314 dtor_head = true; in ts_instrument()
1325 dtor_head = true; in ts_instrument()
1351 NULL, tleb_temp, &n_mops, &cur_pc, dtor_head); in ts_instrument()
1386 trace_info, tleb_temp, &n_mops_done, &cur_pc, dtor_head); in ts_instrument()