Searched defs:oldVal (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats.cpp | 61 …[[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
|
| D | runslots_allocator.h | 363 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndSet(slots); in AddFreedRunSlots() local
|
| D | runslots_allocator-inl.h | 923 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndClear(slots); in GetFreedRunSlots() local
|
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | ref_field.h | 61 RefFieldValue oldVal = fieldVal; variable 73 RefFieldValue oldVal = fieldVal; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 48 int oldVal = g_global; in Waiter() local 67 int oldVal = g_global; in Syncwaiter() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 154 bool oldVal = (*it != 0U); in AddEdge() local 164 bool oldVal = (*it != 0U); in AddAffinityEdge() local
|
| /arkcompiler/ets_runtime/common_components/mutator/tests/ |
| D | satb_buffer_test.cpp | 148 uintptr_t oldVal; in ClearMarkBit() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_array.h | 345 …td::pair<bool, ClassType> CompareAndExchange(uint32_t index, uint32_t byteOffset, ClassType oldVal, in CompareAndExchange()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 759 uint32_t oldVal = 0; in ResolveAArch64Relocate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 3645 GateRef oldVal = LoadPrimitive(VariableType::INT32(), function, bitFieldOffset); in SetCompiledCodeFlagToFunction() local 3670 GateRef oldVal = LoadPrimitive(VariableType::INT32(), function, bitFieldOffset); in SetTaskConcurrentFuncFlagToFunction() local 4529 GateRef oldVal = LoadPrimitive(VariableType::INT32(), resolvedBinding, bitFieldOffset); in SetIsUpdatedFromResolvedBindingOfResolvedIndexBinding() local
|