Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h146 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()
Dobject_accessor-inl.h252 …l, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive()
269ObjectHeader *oldValue, in CompareAndSetFieldObject()
363 T oldValue = atomicAddr->load(memoryOrder); in GetAndAddFieldPrimitive() local
Dclass-inl.h770 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()
Dmethod.h434 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/
Darray-inl.h83 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/
Dets_shared_memory-inl.h91 auto oldValue = thisHandle->GetElement<T>(index); in ReadModifyWrite() local
Dets_object.h150 …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/
Dbit_set.h105 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/
DLitIcon.js79 attributeChangedCallback(name, oldValue, value) { argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h40 static inline T AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive()
Dgc_bitset.h221 auto oldValue = word->load(std::memory_order_relaxed); variable
259 auto oldValue = word->load(std::memory_order_relaxed); variable
Dfull_gc-inl.h115 MarkWordType oldValue = markWord.GetValue(); in EvacuateObject() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenuGroup.js161 attributeChangedCallback(name, oldValue, newValue) { argument
DMainMenuItem.js196 attributeChangedCallback(name, oldValue, newValue) { argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_field.h127 static constexpr uint64_t Update(uint64_t oldValue, T value) in Update()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dfunc_desc.h188 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/
Dbase_mem_stats.cpp43 uint64_t oldValue = allocated_[index].fetch_sub(size, std::memory_order_acq_rel); in RecordMoved() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.h60 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsRevoked() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp112 JSMutableHandle<JSTaggedValue> oldValue(thread, JSTaggedValue::Undefined()); in Resize() local
246 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local
Dglobal_dictionary-inl.h220 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()
Dtagged_array.cpp186 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
Dtagged_node.cpp339 const JSTaggedValue &key, JSTaggedValue &oldValue) in Delete()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h85 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/
Dshared_gc_marker-inl.h241 auto oldValue = markWord.GetValue(); in EvacuateObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp112 auto *oldValue = ObjectAccessor::GetObject(this, STRING_OFFSET); in TryStore() local

12