Searched defs:newVal (Results 1 – 6 of 6) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | js_hclass.h | 293 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
|
D | js_thread.h | 300 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/ |
D | stub_descriptor.h | 133 uint64_t newVal = VariableArgsBits::Update(flags_, variable); in SetVariableArgs() local
|
D | stub-inl.h | 1456 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/ |
D | debugger_api.cpp | 275 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|
/ark/js_runtime/ecmascript/tooling/agent/ |
D | debugger_impl.cpp | 1016 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
|