Searched defs:oldValue (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | bit_set.h | 89 auto oldValue = data_.inlineWord_; in UnionWithChanged() local 95 auto oldValue = data_.words_[i]; in UnionWithChanged() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.h | 37 static inline bool AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive()
|
| D | gc_bitset.h | 205 auto oldValue = word->load(std::memory_order_relaxed); variable 232 auto oldValue = word->load(std::memory_order_relaxed); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 116 JSMutableHandle<JSTaggedValue> oldValue(thread, JSTaggedValue::Undefined()); in Resize() local 249 JSTaggedValue oldValue = JSTaggedValue::Hole(); in RemoveNode() local
|
| D | global_dictionary-inl.h | 170 int entry, const JSHandle<JSTaggedValue> &oldValue) in InvalidateAndReplaceEntry()
|
| D | tagged_node.cpp | 339 const JSTaggedValue &key, JSTaggedValue &oldValue) in Delete()
|
| D | object_factory.cpp | 2163 JSTaggedValue oldValue = srcArray->Get(effectiveLength - 1); in InsertElementByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 55 static inline CString RepalceAll(CString str, const CString &oldValue, in RepalceAll()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_linked_list.cpp | 497 JSTaggedValue oldValue = in Set() local
|
| D | containers_list.cpp | 285 JSTaggedValue oldValue = JSAPIList::Set(thread, jsAPIList, index->GetInt(), element); in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 186 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
|
| D | js_api_vector.cpp | 193 JSTaggedValue oldValue = resElements->Get(index); in RemoveByIndex() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1037 static void ReplaceAllDistinct(std::string &str, const std::string &oldValue, const std::string &ne… in ReplaceAllDistinct()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1447 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsProtoTypeToHClass() local
|