Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.h66 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
68 Store(VariableType::INT32(), glue, proxy, offset, newVal); in SetIsRevoked() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table-inl.h33 inline void CardTable::Card::SetCard(uint8_t newVal) in SetCard() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.cpp530 int64_t newVal = 0; in HandleWithBigInt64() local
557 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp209 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local
736 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp410 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1989 UpdateScopeObject(const FrameHandler *frameHandler, std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) UpdateScopeObject() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.h544 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1787 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local
1800 uint32_t newVal = LevelBit::Update(bits, level); in SetLevel() local
1812 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1821 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1842 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); SetHasConstructor() local
1853 uint32_t newVal = NumberOfPropsBits::Update(bits, num); SetNumberOfProps() local
1920 uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); SetObjectSize() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2037 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
2105 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local
2107 Store(VariableType::INT32(), glue, hclass, IntPtr(JSHClass::BIT_FIELD1_OFFSET), newVal); in SetIsAllTaggedProp() local
2155 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
2167 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsTS() local
2789 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetOffsetFieldInPropAttr() local
2800 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), SetIsInlinePropsFieldInPropAttr() local
2811 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), SetTrackTypeInPropAttr() local
2866 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), SetTaggedRepInPropAttr() local
2878 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), SetHClassBit() local
2880 Store(VariableType::INT32(), glue, hClass, IntPtr(JSHClass::BIT_FIELD_OFFSET), newVal); SetHClassBit() local
3256 GateRef newVal = Int32Or(Int32And(oldVal, Int32Not(mask)), value); SetCompiledCodeFlagToFunction() local
3257 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); SetCompiledCodeFlagToFunction() local
3282 GateRef newVal = Int32Or(Int32And(oldVal, Int32Not(mask)), SetTaskConcurrentFuncFlagToFunction() local
3284 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); SetTaskConcurrentFuncFlagToFunction() local
[all...]

Completed in 22 milliseconds