Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 12 of 12) 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/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h157 void SetI32Val(int32 newVal) in SetI32Val()
162 void SetI64Val(int64 newVal) in SetI64Val()
167 void SetU64Val(uint64 newVal) in SetU64Val()
172 void SetFloatVal(float newVal) in SetFloatVal()
177 void SetDoubleVal(double newVal) in SetDoubleVal()
/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/builtins/
Dbuiltins_proxy_stub_builder.h66 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h544 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1787 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local
1800 uint32_t newVal = LevelBit::Update(bits, level); in SetLevel() local
1812 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1821 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1842 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1853 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
1920 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
1940 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp196 MOperator A64ConstProp::GetFoldMopAndVal(int64 &newVal, int64 constVal, const Insn &arithInsn) in GetFoldMopAndVal()
313 uint64 newVal = static_cast<uint64>(tempImm.GetValue()) & UINT32_MAX; in ArithmeticConstReplace() local
517 int64 newVal = 0; in CanDoConstFold() local
1920 int64 newVal = ArithmeticFold(ofstOpnd->GetValue(), kAArch64Add); in PropInMem() local
1956 ImmOperand &newVal = in PropInArith() local
1981 auto &newVal = *static_cast<ImmOperand *>(shiftOpnd->Clone(*cgFunc.GetMemoryPool())); in PropInCopy() local
Daarch64_cgfunc.cpp9851 Operand *newVal = operands[kInsnSecondOpnd]; in SelectIntrinsicCall() local
10157 Operand *newVal = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnThirdOpnd)); in SelectCSyncCmpSwap() local
10547 RegOperand *AArch64CGFunc::SelectStoreExcl(PrimType valPty, MemOperand &loc, RegOperand &newVal, bo… in SelectStoreExcl()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp200 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local
720 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp530 int64_t newVal = 0; in HandleWithBigInt64() local
557 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2008 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
2076 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local
2126 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsProtoTypeToHClass() local
2138 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsTS() local
2755 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetOffsetFieldInPropAttr() local
2766 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
2777 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTrackTypeInPropAttr() local
2832 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTaggedRepInPropAttr() local
2844 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetHClassBit() local
3167 GateRef newVal = Int32Or(Int32And(oldVal, Int32Not(mask)), value); in SetCompiledCodeFlagToFunction() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp2121 std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp415 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local