| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | barriers.h | 40 static inline T AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive() argument
|
| H A D | parallel_marker-inl.h | 413 auto oldValue = markWord.GetValue(); in EvacuateObject() local 507 auto oldValue = markWord.GetValue(); in EvacuateObject() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A 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/ |
| H A D | builtins_proxy_stub_builder.h | 60 GateRef oldValue = ZExtInt1ToInt32(value);
in SetIsRevoked() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_object.h | 150 bool CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) in CompareAndSetFieldPrimitive() argument 155 bool CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, in CompareAndSetFieldObject() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | object_header-inl.h | 146 inline bool ObjectHeader::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive() argument 154 inline bool ObjectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetFieldObject() argument 163 inline T ObjectHeader::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndExchangeFieldPrimitive() argument 171 inline ObjectHeader *ObjectHeader::CompareAndExchangeFieldObject(size_t offset, ObjectHeader *oldValue, in CompareAndExchangeFieldObject() argument
|
| H A D | object_accessor-inl.h | 249 inline std::pair<bool, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive() argument 357 T oldValue = atomicAddr->load(memoryOrder); in GetAndAddFieldPrimitive() local 264 CompareAndSetFieldObject(void *obj, size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, std::memory_order memoryOrder, bool strong) CompareAndSetFieldObject() argument [all...] |
| H A D | method.h | 432 uint32_t oldValue = accessFlags_.load(std::memory_order_acquire); in AtomicSetCompilationStatus() local 853 uint32_t oldValue = accessFlags_.load(std::memory_order_acquire); in SetVerificationStage() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| H A D | bit_set.h | 105 auto oldValue = data_.inlineWord_; in UnionWithChanged() local 111 auto oldValue = data_.words_[i]; in UnionWithChanged() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker-inl.h | 272 auto oldValue = markWord.GetValue(); in EvacuateObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_hash_array.cpp | 246 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local [all...] |
| H A D | tagged_array.cpp | 186 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
|
| H A D | tagged_node.cpp | 339 Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, const JSTaggedValue &key, JSTaggedValue &oldValue) Delete() argument
|
| H A D | global_dictionary-inl.h | 219 InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry, const JSHandle<JSTaggedValue> &oldValue) InvalidateAndReplaceEntry() argument
|
| H A D | object_fast_operator-inl.h | 665 JSTaggedValue oldValue = ElementAccessor::Get(arrayHandler, index); in SetPropertyByIndex() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_to_string_cache.cpp | 112 auto *oldValue = ObjectAccessor::GetObject(this, STRING_OFFSET); in TryStore() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | array-inl.h | 83 inline bool Array::CompareAndSetPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, in CompareAndSetPrimitive() argument 93 inline bool Array::CompareAndSetObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetObject() argument 103 inline T Array::CompareAndExchangePrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, in CompareAndExchangePrimitive() argument 113 inline ObjectHeader *Array::CompareAndExchangeObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndExchangeObject() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A 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/ets_runtime/ecmascript/containers/ |
| H A D | containers_list.cpp | 294 JSTaggedValue oldValue = JSAPIList::Set(thread, jsAPIList, index->GetInt(), element); in Set() local
|
| H A D | containers_linked_list.cpp | 508 JSTaggedValue oldValue = in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | escape_analysis.cpp | 133 GateRef oldValue = oldState.GetFieldValue(field); in MergeState() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_arraylist.cpp | 190 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
|
| H A D | js_api_vector.cpp | 191 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | method.cpp | 572 ProfilingData *oldValue = nullptr; in StartProfiling() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | string_helper.h | 54 static inline CString ReplaceAll(CString str, const CString &oldValue, in ReplaceAll() argument 68 static inline CString Replace(CString str, const CString &oldValue, in Replace() argument [all...] |