Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc182 t1.VptrUpdate(vptr, val); in TEST()
191 t1.VptrUpdate(vptr, val2); in TEST()
Dtsan_test_util.h98 void VptrUpdate(const MemLoc &vptr, const MemLoc &new_val,
Dtsan_test_util_posix.cc448 void ScopedThread::VptrUpdate(const MemLoc &vptr, in VptrUpdate() function in ScopedThread