| /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/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 66 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.h | 563 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local 1817 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local 1830 uint32_t newVal = ConstructionCounterBits::Update(bits, count); in SetConstructionCounter() local 1842 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local 1851 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local 1873 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local 1885 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local 1952 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local 1972 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 209 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local 736 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
|
| /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 | 2161 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetDictionaryOrderFieldInPropAttr() local 2229 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local 2285 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsPrototypeToHClass() local 2297 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsAOT() local 2970 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetOffsetFieldInPropAttr() local 2981 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetIsInlinePropsFieldInPropAttr() local 2992 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTrackTypeInPropAttr() local 3047 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTaggedRepInPropAttr() local 3059 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHClassBit() local 3434 GateRef newVal = Int32Or(Int32And(oldVal, Int32Not(mask)), value); in SetCompiledCodeFlagToFunction() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 430 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 2135 std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) in UpdateScopeObject()
|