Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp35 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/
Dcard_table-inl.h33 inline void CardTable::Card::SetCard(uint8_t newVal) in SetCard()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.h66 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h563 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/
Dlinker_context.cpp209 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local
736 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp531 int64_t newVal = 0; in HandleWithBigInt64() local
558 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2161 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/
Ddebugger_api.cpp430 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp2135 std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) in UpdateScopeObject()