Lines Matching defs:pc
430 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
435 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
440 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
477 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
515 uptr pc = events[thr->fast_state.GetTracePos()]; in TraceTopPC() local
628 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
737 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
819 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
880 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
884 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
906 void MemoryRangeImitateWrite(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeImitateWrite()
919 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
956 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreBegin()
967 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd()
979 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin()
989 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd()