Home
last modified time | relevance | path

Searched defs:old_val (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dmem_stats.cpp61 …[[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
Drunslots_allocator.h355 [[maybe_unused]] bool old_val = freed_runslots_bitmap_.AtomicTestAndSet(slots); in AddFreedRunSlots() local
Drunslots_allocator-inl.h894 [[maybe_unused]] bool old_val = freed_runslots_bitmap_.AtomicTestAndClear(slots); in GetFreedRunSlots() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp27 bool old_val = *it; in AddEdge() local
35 bool old_val = *it; in AddAffinityEdge() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h34 #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