Searched defs:PostBarrier (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_barrier_set.cpp | 93 void GCGenBarrierSet::PostBarrier(const void *objAddr, [[maybe_unused]] size_t offset, in PostBarrier() function in ark::mem::GCGenBarrierSet 101 void GCGenBarrierSet::PostBarrier(const void *objAddr, [[maybe_unused]] size_t offset, [[maybe_unus… in PostBarrier() function in ark::mem::GCGenBarrierSet 124 void GCG1BarrierSet::PostBarrier(const void *objAddr, size_t offset, void *storedValAddr) in PostBarrier() function in ark::mem::GCG1BarrierSet 156 void GCG1BarrierSet::PostBarrier(const void *objAddr, size_t offset, size_t count) in PostBarrier() function in ark::mem::GCG1BarrierSet
|
| D | gc_barrier_set.h | 131 void PostBarrier([[maybe_unused]] const void *objAddr, [[maybe_unused]] size_t offset, in PostBarrier() function 136 void PostBarrier([[maybe_unused]] const void *objAddr, [[maybe_unused]] size_t offset, in PostBarrier() function
|