Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/
Dvm_thread_control.h30 uint64_t newVal = VMNeedSuspensionBit::Update(threadStateBitField_, flag); in SetVMNeedSuspension() local
49 uint64_t newVal = VMHasSuspendedBit::Update(threadStateBitField_, flag); in SetVMSuspended() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h377 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1380 uint32_t newVal = ElementRepresentationBits::Update(bits, representation); in SetElementRepresentation() local
1398 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1407 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1428 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1439 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
1485 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
1505 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp467 int64_t newVal = 0; in HandleWithBigInt64() local
490 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1380 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
1452 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
1824 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetOffsetFieldInPropAttr() local
1835 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
1846 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHasConstructorToHClass() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp306 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1141 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()