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.h154 bool oldVal = (*it != 0U); in AddEdge() local
164 bool oldVal = (*it != 0U); in AddAffinityEdge() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3164 GateRef oldVal = Load(VariableType::INT32(), function, bitFieldOffset); in SetCompiledCodeFlagToFunction() local
3174 GateRef oldVal = Load(VariableType::INT32(), function, bitFieldOffset); in SetTaskConcurrentFuncFlagToFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9875 RegOperand *oldVal = SelectLoadExcl(kValPrimType, locMem, isAcquire); in SelectIntrinsicCall() local
9892 Operand *oldVal = SelectCAtomicExchangeN(intrinsiccallNode); in SelectIntrinsicCall() local
10142 Operand *oldVal = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnSecondOpnd)); in SelectCSyncCmpSwap() local