| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | object_header-inl.h | 146 inline bool ObjectHeader::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive() 154 inline bool ObjectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHea… in CompareAndSetFieldObject() 163 inline T ObjectHeader::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndExchangeFieldPrimitive() 171 …ne ObjectHeader *ObjectHeader::CompareAndExchangeFieldObject(size_t offset, ObjectHeader *oldValue, in CompareAndExchangeFieldObject()
|
| D | object_accessor-inl.h | 252 …l, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive() 269 … ObjectHeader *oldValue, in CompareAndSetFieldObject() 363 T oldValue = atomicAddr->load(memoryOrder); in GetAndAddFieldPrimitive() local
|
| D | class-inl.h | 770 inline bool Class::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_o… in CompareAndSetFieldPrimitive() 778 inline bool Class::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *ne… in CompareAndSetFieldObject() 790 inline T Class::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory… in CompareAndExchangeFieldPrimitive() 798 inline ObjectHeader *Class::CompareAndExchangeFieldObject(size_t offset, ObjectHeader *oldValue, Ob… in CompareAndExchangeFieldObject()
|
| D | method.h | 434 uint32_t oldValue = accessFlags_.load(std::memory_order_acquire); in AtomicSetCompilationStatus() local 870 uint32_t oldValue = accessFlags_.load(std::memory_order_acquire); in SetVerificationStage() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | array-inl.h | 83 inline bool Array::CompareAndSetPrimitive(size_t offset, T oldValue, T newValue, std::memory_order … in CompareAndSetPrimitive() 93 inline bool Array::CompareAndSetObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValu… in CompareAndSetObject() 103 inline T Array::CompareAndExchangePrimitive(size_t offset, T oldValue, T newValue, std::memory_orde… in CompareAndExchangePrimitive() 113 inline ObjectHeader *Array::CompareAndExchangeObject(size_t offset, ObjectHeader *oldValue, ObjectH… in CompareAndExchangeObject()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_shared_memory-inl.h | 91 auto oldValue = thisHandle->GetElement<T>(index); in ReadModifyWrite() local
|
| D | ets_object.h | 150 …bool CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOr… in CompareAndSetFieldPrimitive() 155 bool CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, in CompareAndSetFieldObject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | bit_set.h | 105 auto oldValue = data_.inlineWord_; in UnionWithChanged() local 111 auto oldValue = data_.words_[i]; in UnionWithChanged() local
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/icon/ |
| D | LitIcon.js | 79 attributeChangedCallback(name, oldValue, value) { argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.h | 40 static inline T AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive()
|
| D | gc_bitset.h | 221 auto oldValue = word->load(std::memory_order_relaxed); variable 259 auto oldValue = word->load(std::memory_order_relaxed); variable
|
| D | full_gc-inl.h | 115 MarkWordType oldValue = markWord.GetValue(); in EvacuateObject() local
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/ |
| D | MainMenuGroup.js | 161 attributeChangedCallback(name, oldValue, newValue) { argument
|
| D | MainMenuItem.js | 196 attributeChangedCallback(name, oldValue, newValue) { argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_field.h | 127 static constexpr uint64_t Update(uint64_t oldValue, T value) in Update()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | func_desc.h | 188 auto oldValue = static_cast<size_t>(funcInfo); in SetFuncInfoNoBetterThan() local 210 size_t oldValue = static_cast<size_t>(paramInfo[idx]); in SetParamInfoNoBetterThan() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 43 uint64_t oldValue = allocated_[index].fetch_sub(size, std::memory_order_acq_rel); in RecordMoved() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 60 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsRevoked() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 112 JSMutableHandle<JSTaggedValue> oldValue(thread, JSTaggedValue::Undefined()); in Resize() local 246 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local
|
| D | global_dictionary-inl.h | 220 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()
|
| D | tagged_array.cpp | 186 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
|
| D | tagged_node.cpp | 339 const JSTaggedValue &key, JSTaggedValue &oldValue) in Delete()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 85 static inline CString ReplaceAll(CString str, const CString &oldValue, in ReplaceAll() 100 static inline CString Replace(CString str, const T &oldValue, const T &newValue) in Replace()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 241 auto oldValue = markWord.GetValue(); in EvacuateObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_to_string_cache.cpp | 112 auto *oldValue = ObjectAccessor::GetObject(this, STRING_OFFSET); in TryStore() local
|