Home
last modified time | relevance | path

Searched defs:oldVal (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.cpp61 …[[maybe_unused]] uint64_t oldVal = objectsAllocated_.fetch_sub(youngObjectNum, std::memory_order_a… in RecordYoungMovedObjects() local
74 …[[maybe_unused]] uint64_t oldVal = objectsAllocated_.fetch_sub(tenuredObjectNum, std::memory_order… in RecordTenuredMovedObjects() local
Drunslots_allocator.h355 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndSet(slots); in AddFreedRunSlots() local
Drunslots_allocator-inl.h893 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndClear(slots); in GetFreedRunSlots() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp48 int oldVal = g_global; in Waiter() local
67 int oldVal = g_global; in Syncwaiter() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp27 bool oldVal = *it; in AddEdge() local
35 bool oldVal = *it; in AddAffinityEdge() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp632 auto *oldVal = oe.GetValue(); in AnnotFromOld() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10959 RegOperand *oldVal = SelectLoadExcl(kValPrimType, locMem, isAcquire); in SelectIntrinCall() local
11242 Operand *oldVal = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnSecondOpnd)); in SelectCSyncCmpSwap() local