HomeSort by relevance Sort by last modified time
    Searched refs:DontNeedShadowFor (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 281 DontNeedShadowFor(thr->stk_addr, thr->stk_size);
283 DontNeedShadowFor(thr->tls_addr, thr->tls_size);
tsan_mman.cc 40 DontNeedShadowFor(p, size);
tsan_rtl.cc 235 void DontNeedShadowFor(uptr addr, uptr size) {
tsan_rtl.h 620 void DontNeedShadowFor(uptr addr, uptr size);
tsan_interceptors.cc 735 DontNeedShadowFor((uptr)addr, sz);
    [all...]

Completed in 695 milliseconds