Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h89 auto oldValue = data_.inlineWord_; in UnionWithChanged() local
95 auto oldValue = data_.words_[i]; in UnionWithChanged() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h37 static inline bool AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive()
Dgc_bitset.h205 auto oldValue = word->load(std::memory_order_relaxed); variable
232 auto oldValue = word->load(std::memory_order_relaxed); variable
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp116 JSMutableHandle<JSTaggedValue> oldValue(thread, JSTaggedValue::Undefined()); in Resize() local
249 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local
Dglobal_dictionary-inl.h170 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()
Dtagged_node.cpp339 const JSTaggedValue &key, JSTaggedValue &oldValue) in Delete()
Dobject_factory.cpp2163 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h55 static inline CString RepalceAll(CString str, const CString &oldValue, in RepalceAll()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp497 JSTaggedValue oldValue = in Set() local
Dcontainers_list.cpp285 JSTaggedValue oldValue = JSAPIList::Set(thread, jsAPIList, index->GetInt(), element); in Set() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp186 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
Djs_api_vector.cpp193 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1037 static void ReplaceAllDistinct(std::string &str, const std::string &oldValue, const std::string &ne… in ReplaceAllDistinct()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1447 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsProtoTypeToHClass() local