Searched defs:old_val (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | mem_stats.cpp | 61 …[[maybe_unused]] uint64_t old_val = objects_allocated_.fetch_sub(young_object_num, std::memory_ord… in RecordYoungMovedObjects() local 74 …[[maybe_unused]] uint64_t old_val = objects_allocated_.fetch_sub(tenured_object_num, std::memory_o… in RecordTenuredMovedObjects() local
|
| D | runslots_allocator.h | 355 [[maybe_unused]] bool old_val = freed_runslots_bitmap_.AtomicTestAndSet(slots); in AddFreedRunSlots() local
|
| D | runslots_allocator-inl.h | 894 [[maybe_unused]] bool old_val = freed_runslots_bitmap_.AtomicTestAndClear(slots); in GetFreedRunSlots() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.cpp | 27 bool old_val = *it; in AddEdge() local 35 bool old_val = *it; in AddAffinityEdge() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.h | 34 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument 58 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
|