Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h414 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1483 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local
1496 uint32_t newVal = LevelBit::Update(bits, level); in SetLevel() local
1508 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1517 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1538 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1549 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
1595 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
1615 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp481 int64_t newVal = 0; in HandleWithBigInt64() local
506 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1477 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
1538 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local
1581 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
2020 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetOffsetFieldInPropAttr() local
2031 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
2042 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTrackTypeInPropAttr() local
2077 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTaggedRepInPropAttr() local
2088 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHasConstructorToHClass() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1348 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp338 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local