Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_field.h128 static constexpr uint64_t Update(uint64_t old_value, T value) in Update()
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp44 uint64_t old_value = allocated_[index].fetch_sub(size, std::memory_order_acq_rel); in RecordMoved() local