Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.h40 static inline T AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive() argument
H A Dparallel_marker-inl.h413 auto oldValue = markWord.GetValue(); in EvacuateObject() local
507 auto oldValue = markWord.GetValue(); in EvacuateObject() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A 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/
H A Dbuiltins_proxy_stub_builder.h60 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsRevoked() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_object.h150 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 Dobject_header-inl.h146 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 Dobject_accessor-inl.h249 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 Dmethod.h432 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 Dbit_set.h105 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 Dshared_gc_marker-inl.h272 auto oldValue = markWord.GetValue(); in EvacuateObject() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.cpp246 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local
[all...]
H A Dtagged_array.cpp186 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
H A Dtagged_node.cpp339 Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, const JSTaggedValue &key, JSTaggedValue &oldValue) Delete() argument
H A Dglobal_dictionary-inl.h219 InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry, const JSHandle<JSTaggedValue> &oldValue) InvalidateAndReplaceEntry() argument
H A Dobject_fast_operator-inl.h665 JSTaggedValue oldValue = ElementAccessor::Get(arrayHandler, index); in SetPropertyByIndex() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp112 auto *oldValue = ObjectAccessor::GetObject(this, STRING_OFFSET); in TryStore() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Darray-inl.h83 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 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/ets_runtime/ecmascript/containers/
H A Dcontainers_list.cpp294 JSTaggedValue oldValue = JSAPIList::Set(thread, jsAPIList, index->GetInt(), element); in Set() local
H A Dcontainers_linked_list.cpp508 JSTaggedValue oldValue = in Set() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis.cpp133 GateRef oldValue = oldState.GetFieldValue(field); in MergeState() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_arraylist.cpp190 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
H A Djs_api_vector.cpp191 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp572 ProfilingData *oldValue = nullptr; in StartProfiling() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h54 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...]

Completed in 21 milliseconds

12