Searched refs:dtor_head (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 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() [all …]
|
D | ts_pin.cc | 2495 bool dtor_head = false; in InstrumentMopsInBBl() local 2505 dtor_head = true; in InstrumentMopsInBBl() 2575 if (dtor_head && is_write && INS_IsMov(ins) && size == sizeof(void*)) { in InstrumentMopsInBBl()
|