Searched defs:newVal (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass.h | 414 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/ |
D | builtins_atomics.cpp | 481 int64_t newVal = 0; in HandleWithBigInt64() local 506 uint64_t newVal = 0; in HandleWithBigUint64() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1477 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/ |
D | debugger_impl.cpp | 1348 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 338 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|