Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_hclass.h293 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
945 uint32_t newVal = ElementRepresentationBits::Update(bits, representation); in SetElementRepresentation() local
963 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
972 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
993 TaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1004 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
1050 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
1070 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
Djs_thread.h300 uint64_t newVal = VMNeedSuspensionBit::Update(threadStateBitField_, flag); in SetVMNeedSuspension() local
319 uint64_t newVal = VMHasSuspendedBit::Update(threadStateBitField_, flag); in SetVMSuspened() local
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.h133 uint64_t newVal = VariableArgsBits::Update(flags_, variable); in SetVariableArgs() local
Dstub-inl.h1456 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
1522 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
1934 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetOffsetFieldInPropAttr() local
1945 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
1956 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHasConstructorToHClass() local
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_api.cpp275 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp1016 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()