| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | futex_test.cpp | 35 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/ |
| D | js_hclass.h | 486 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/ |
| D | card_table-inl.h | 33 inline void CardTable::Card::SetCard(uint8_t newVal) in SetCard()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_prop.cpp | 195 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
|
| D | aarch64_cgfunc.cpp | 10935 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/ |
| D | builtins_atomics.cpp | 482 int64_t newVal = 0; in HandleWithBigInt64() local 507 uint64_t newVal = 0; in HandleWithBigUint64() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1768 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/ |
| D | linker_context.cpp | 633 panda_file::ValueItem *newVal {}; in AnnotFromOld() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1688 std::string_view varName, Local<JSValueRef> newVal) in UpdateScopeObject()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 396 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
|