Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/objects/string/
Dsliced_string-inl.h33 uint32_t newVal = StartIndexBits::Update(bits, startIndex); in SetStartIndex() local
46 uint32_t newVal = HasBackingStoreBit::Update(bits, hasBackingStore); in SetHasBackingStore() local
Dbase_string-inl1.h50 uint32_t newVal = 0; in InitLengthAndFlags() local
60 uint32_t newVal = IsInternBit::Update(bits, true); in SetIsInternString() local
73 uint32_t newVal = IsInternBit::Update(bits, false); in ClearInternStringFlag() local
/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/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/
Djs_hclass.h573 uint32_t newVal = ObjectTypeBits::Update(bits, type); in SetObjectType() local
1868 uint32_t newVal = ElementsKindBits::Update(bits, kind); in SetElementsKind() local
1881 uint32_t newVal = ConstructionCounterBits::Update(bits, count); in SetConstructionCounter() local
1893 uint32_t newVal = DictionaryElementBits::Update(GetBitField(), value); in SetIsDictionaryElement() local
1902 uint32_t newVal = IsStableElementsBit::Update(GetBitField(), value); in SetIsStableElements() local
1924 JSTaggedType newVal = HasConstructorBits::Update(GetBitField(), value); in SetHasConstructor() local
1936 uint32_t newVal = NumberOfPropsBits::Update(bits, num); in SetNumberOfProps() local
2003 … uint32_t newVal = ObjectSizeInWordsBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetObjectSize() local
2023 … uint32_t newVal = InlinedPropsStartBits::Update(bits, num / JSTaggedValue::TaggedTypeSize()); in SetInlinedPropsStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.h79 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsRevoked() local
/arkcompiler/ets_runtime/common_components/mutator/tests/
Dsatb_buffer_test.cpp149 uintptr_t newVal; in ClearMarkBit() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h346 ClassType newVal, bool strong) in CompareAndExchange()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp531 int64_t newVal = 0; in HandleWithBigInt64() local
558 uint64_t newVal = 0; in HandleWithBigUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1878 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetWritableFieldInPropAttr() local
1905 GateRef newVal = in SetConfigurableFieldInPropAttr() local
1933 GateRef newVal = in SetEnumerableFiledInPropAttr() local
2333 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetDictionaryOrderFieldInPropAttr() local
2410 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp() local
2487 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsPrototypeToHClass() local
2499 GateRef newVal = Int32Or(Int32And(bitfield, Int32Not(mask)), in SetIsAOT() local
3183 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetOffsetFieldInPropAttr() local
3194 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetIsInlinePropsFieldInPropAttr() local
3205 GateRef newVal = Int64Or(Int64And(attr, Int64Not(mask)), in SetTrackTypeInPropAttr() local
[all …]
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp209 auto newVal = ValueFromOld(oi->GetValue()); in MergeField() local
743 auto newVal = ValueFromOld(oe.GetValue()); in AnnotFromOld() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h794 bool CompareAndSwapRawPointerObjectCount(int32_t expectVal, int32_t newVal) in CompareAndSwapRawPointerObjectCount()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp452 JSTaggedValue newVal = JSNApiHelper::ToJSTaggedValue(*value); in SetGlobalValue() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2404 std::string_view varName, Local<JSValueRef> newVal, const std::string& scope) in UpdateScopeObject()