Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp35 int newVal = g_global + 1U; in Writer() local
54 int newVal = g_global + 1U; in Waiter() local
72 int newVal = g_global + 1U; in Syncwaiter() local
143 int newVal = g_global + 1U; in TEST() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h486 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1603 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local
1616 uint32_t newVal = LevelBit::Update(bits, level); in SetLevel() local
1628 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1637 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1658 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1669 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
1720 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
1740 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h33 inline void CardTable::Card::SetCard(uint8_t newVal) in SetCard()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp195 MOperator A64ConstProp::GetFoldMopAndVal(int64 &newVal, int64 constVal, const Insn &arithInsn) in GetFoldMopAndVal()
511 int64 newVal = 0; in CanDoConstFold() local
1901 int64 newVal = ArithmeticFold(ofstOpnd->GetValue(), kAArch64Add); in PropInMem() local
1937 ImmOperand &newVal = in PropInArith() local
1962 auto &newVal = *static_cast<ImmOperand *>(shiftOpnd->Clone(*cgFunc.GetMemoryPool())); in PropInCopy() local
Daarch64_cgfunc.cpp10935 Operand *newVal = operands[kInsnSecondOpnd]; in SelectIntrinCall() local
11243 Operand *newVal = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnThirdOpnd)); in SelectCSyncCmpSwap() local
11611 RegOperand *AArch64CGFunc::SelectStoreExcl(PrimType valPty, MemOperand &loc, RegOperand &newVal, bo… in SelectStoreExcl()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp482 int64_t newVal = 0; in HandleWithBigInt64() local
507 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1768 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
1836 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local
1886 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
1898 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsTS() local
2430 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetOffsetFieldInPropAttr() local
2441 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
2452 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTrackTypeInPropAttr() local
2494 GateRef newVal = Int32Or(Int32And(attr, Int32Not(mask)), in SetTaggedRepInPropAttr() local
2505 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHasConstructorToHClass() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp633 panda_file::ValueItem *newVal {}; in AnnotFromOld() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1688 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp396 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local