| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | sliced_string-inl.h | 33 uint32_t newVal = StartIndexBits::Update(bits, startIndex); in SetStartIndex() local 46 uint32_t newVal = HasBackingStoreBit::Update(bits, hasBackingStore); in SetHasBackingStore() local
|
| D | base_string-inl1.h | 50 uint32_t newVal = 0; in InitLengthAndFlags() local 60 uint32_t newVal = IsInternBit::Update(bits, true); in SetIsInternString() local 73 uint32_t newVal = IsInternBit::Update(bits, false); in ClearInternStringFlag() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 35 int newVal = g_global + 1U; in Writer() local 54 int newVal = g_global + 1U; in Waiter() local 72 int newVal = g_global + 1U; in Syncwaiter() local 143 int newVal = g_global + 1U; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table-inl.h | 33 inline void CardTable::Card::SetCard(uint8_t newVal) in SetCard()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.h | 573 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local 1868 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local 1881 uint32_t newVal = ConstructionCounterBits::Update(bits, count); in SetConstructionCounter() local 1893 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local 1902 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local 1924 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local 1936 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local 2003 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local 2023 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 79 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
|
| /arkcompiler/ets_runtime/common_components/mutator/tests/ |
| D | satb_buffer_test.cpp | 149 uintptr_t newVal; in ClearMarkBit() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_array.h | 346 ClassType newVal, bool strong) in CompareAndExchange()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 531 int64_t newVal = 0; in HandleWithBigInt64() local 558 uint64_t newVal = 0; in HandleWithBigUint64() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1878 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetWritableFieldInPropAttr() local 1905 GateRef newVal = in SetConfigurableFieldInPropAttr() local 1933 GateRef newVal = in SetEnumerableFiledInPropAttr() local 2333 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetDictionaryOrderFieldInPropAttr() local 2410 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local 2487 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsPrototypeToHClass() local 2499 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsAOT() local 3183 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetOffsetFieldInPropAttr() local 3194 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetIsInlinePropsFieldInPropAttr() local 3205 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTrackTypeInPropAttr() local [all …]
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 209 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local 743 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_desc.h | 794 bool CompareAndSwapRawPointerObjectCount(int32_t expectVal, int32_t newVal) in CompareAndSwapRawPointerObjectCount()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 452 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | debugger_impl.cpp | 2404 std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) in UpdateScopeObject()
|