Searched defs:newVal (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| D | vm_thread_control.h | 30 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/ |
| D | js_hclass.h | 377 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/ |
| D | builtins_atomics.cpp | 467 int64_t newVal = 0; in HandleWithBigInt64() local 490 uint64_t newVal = 0; in HandleWithBigUint64() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1380 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/ |
| D | debugger_api.cpp | 306 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1141 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
|