Home
last modified time | relevance | path

Searched refs:TSAN_ANNOTATE_HAPPENS_BEFORE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h250 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) \ macro
268 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) macro
277 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) \ macro
295 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) macro
/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h102 TSAN_ANNOTATE_HAPPENS_BEFORE(pair_ptr); in SetMethodCache()
129 TSAN_ANNOTATE_HAPPENS_BEFORE(pair_ptr); in SetFieldCache()
156 TSAN_ANNOTATE_HAPPENS_BEFORE(pair_ptr); in SetClassCache()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpanda_cache.h109 TSAN_ANNOTATE_HAPPENS_BEFORE(pairPtr); in SetMethodCache()
144 TSAN_ANNOTATE_HAPPENS_BEFORE(pairPtr); in SetFieldCache()
179 TSAN_ANNOTATE_HAPPENS_BEFORE(pairPtr); in SetClassCache()
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h246 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) AnnotateHappensBefore(__FILE__, __LINE__, reinterpret_cast<void *>(addr)) macro
262 #define TSAN_ANNOTATE_HAPPENS_BEFORE(addr) macro
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp469 TSAN_ANNOTATE_HAPPENS_BEFORE(&fts_); in ResumeImpl()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp129 TSAN_ANNOTATE_HAPPENS_BEFORE(const_cast<void *>(addr)); in AnnotateSanitizersEntrypoint()
724 TSAN_ANNOTATE_HAPPENS_BEFORE(klass); in InitializeClassByIdEntrypoint()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_allocator-inl.h100 TSAN_ANNOTATE_HAPPENS_BEFORE(region); in CreateAndSetUpNewRegion()

Completed in 11 milliseconds