Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb.h160 Thr* thr, Addr a, SizeT szB, Bool isW );
166 Bool isW,
Dhg_errors.h70 Bool isW,
Dlibhb_core.c4446 UInt isW : 1; member
4582 static void event_map_bind ( Addr a, SizeT szB, Bool isW, Thr* thr ) in event_map_bind() argument
4605 .isW = (UInt)(isW & 1)}; in event_map_bind()
4637 .isW = (UInt)(isW & 1)}; in event_map_bind()
4657 Thr* thr, Addr a, SizeT szB, Bool isW ) in libhb_event_map_lookup() argument
4704 if ((!cand_ref->acc.tsw.isW) && (!isW)) in libhb_event_map_lookup()
4744 *resIsW = ref->acc.tsw.isW; in libhb_event_map_lookup()
4778 ref->acc.tsw.isW, in libhb_event_map_access_history()
4828 .isW = 0}, in event_map_init()
Dhg_main.c2637 Word isW, Word isTryLock ) in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() argument
2645 (Int)tid, (Int)isW, (void*)rwl ); in evh__HG_PTHREAD_RWLOCK_LOCK_PRE()
2647 tl_assert(isW == 0 || isW == 1); /* assured us by wrapper */ in evh__HG_PTHREAD_RWLOCK_LOCK_PRE()
2663 void evh__HG_PTHREAD_RWLOCK_LOCK_POST ( ThreadId tid, void* rwl, Word isW ) in evh__HG_PTHREAD_RWLOCK_LOCK_POST() argument
2669 (Int)tid, (Int)isW, (void*)rwl ); in evh__HG_PTHREAD_RWLOCK_LOCK_POST()
2671 tl_assert(isW == 0 || isW == 1); /* assured us by wrapper */ in evh__HG_PTHREAD_RWLOCK_LOCK_POST()
2675 (isW ? evhH__post_thread_w_acquires_lock in evh__HG_PTHREAD_RWLOCK_LOCK_POST()
Dhg_errors.c1277 Bool isW, in HG_()
1294 isW ? "write" : "read", in HG_()
/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c698 const Bool isW = (rWritten & jMask) != 0; in doRegisterAllocation() local
705 if (isW && !isR) { in doRegisterAllocation()
712 } else if (!isW && isR) { in doRegisterAllocation()
725 vassert(isR && isW); in doRegisterAllocation()