Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 50) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h120 uint64_t newValue = SetNumArgsWithCallField(callField, numargs); in SetNumArgsWithCallField() local
127 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit() local
134 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit() local
141 uint64_t newValue = SetFastBuiltinBit(callField, isFastBuiltin); in SetFastBuiltinBit() local
237 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter); in SetHotnessCounter() local
306 uint64_t newValue = SetDeoptType(extraLiteralInfo, type); in SetDeoptType() local
324 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind); in SetFunctionKind() local
343 uint64_t newValue = SetIsFastCall(callFiled, isFastCall); in SetIsFastCall() local
356 uint64_t newValue = SetCallNapi(extraLiteralInfo, isCallNapi); in SetCallNapi() local
369 uint64_t newValue = SetBuiltinId(extraLiteralInfo, id); in SetBuiltinId() local
[all …]
Djs_function.h67 uint32_t newValue = IsFastCallBit::Update(bitField, isFastCall); in SetIsCompiledFastCall() local
104 uint32_t newValue = IsCompiledCodeBit::Update(bitField, isCompiled); in SetCompiledCodeBit() local
119 uint32_t newValue = TaskConcurrentFuncFlagBit::Update(bitField, value); in SetTaskConcurrentFuncFlag() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstStringToCharLowering.cpp43 auto newValue = checker->Allocator()->New<ir::CharLiteral>(value); in TryConvertToCharLiteral() local
67 if (auto newValue = TryConvertToCharLiteral(checker, ast); newValue != nullptr) { in Perform() local
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dimport_obfuscation_2.ts19 let newValue = value01 + 1; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/
Dindex.js41 set message(newValue) { argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/
Dindex.js40 set message(newValue) { argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h146 inline bool ObjectHeader::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive()
154 …jectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetFieldObject()
163 inline T ObjectHeader::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndExchangeFieldPrimitive()
172ObjectHeader *newValue, std::memory_order memoryOrder, in CompareAndExchangeFieldObject()
Dobject_accessor-inl.h249 …l, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive()
266ObjectHeader *newValue, in CompareAndSetFieldObject()
358 T newValue; in GetAndAddFieldPrimitive() local
Dclass-inl.h754 inline bool Class::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_o… in CompareAndSetFieldPrimitive()
762 …bool Class::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetFieldObject()
774 inline T Class::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory… in CompareAndExchangeFieldPrimitive()
782 …Class::CompareAndExchangeFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndExchangeFieldObject()
Dmethod.h434 uint32_t newValue = MakeCompilationStatusValue(oldValue, newStatus); in AtomicSetCompilationStatus() local
854 uint32_t newValue = MakeVerificationStageValue(oldValue, newStage); in SetVerificationStage() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Datomic.h37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp548 uint32_t newValue = decimalValue * MULTIPLIER + DigitValue(Next()); in ParseDecimalEscape() local
589 uint32_t newValue = octalValue * 8 + DigitValue(Peek()); in ParseLegacyOctalEscape() local
795 uint32_t newValue = leftValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
816 uint32_t newValue = rightValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp537 uint32_t newValue = decimalValue * MULTIPLIER + DigitValue(Next()); in ParseDecimalEscape() local
579 uint32_t newValue = octalValue * 8 + DigitValue(Peek()); in ParseLegacyOctalEscape() local
767 uint32_t newValue = leftValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
788 uint32_t newValue = rightValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray-inl.h83 inline bool Array::CompareAndSetPrimitive(size_t offset, T oldValue, T newValue, std::memory_order … in CompareAndSetPrimitive()
93 …line bool Array::CompareAndSetObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetObject()
103 inline T Array::CompareAndExchangePrimitive(size_t offset, T oldValue, T newValue, std::memory_orde… in CompareAndExchangePrimitive()
113 …der *Array::CompareAndExchangeObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndExchangeObject()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory-inl.h92 auto newValue = f(oldValue); in ReadModifyWrite() local
Dets_object.h150 …bool CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOr… in CompareAndSetFieldPrimitive()
155 bool CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, in CompareAndSetFieldObject()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp389 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint8() local
412 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt8() local
435 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint16() local
458 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt16() local
481 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint32() local
504 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt32() local
529 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigInt64() local
556 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigUint64() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenuGroup.js161 attributeChangedCallback(name, oldValue, newValue) { argument
DMainMenuItem.js196 attributeChangedCallback(name, oldValue, newValue) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dfunc_desc.h189 auto newValue = static_cast<size_t>(fi); in SetFuncInfoNoBetterThan() local
211 size_t newValue = static_cast<size_t>(pi); in SetParamInfoNoBetterThan() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h93 size_t newValue = Increment(currentHead); in TryPop() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp159 auto newValue = snapshotCachedArray->Get(i); in MergeObjectLiteralHClassCache() local
169 auto newValue = snapshotCachedArray->Get(i); in MergeObjectLiteralHClassCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp74 uint32 newValue = GetTextDataElem32(useOffset) | ((pcRelImm & mask) << kShiftFive); in HandleLocalBranchFixup() local
86 uint32 newValue = GetTextDataElem32(useOffset) | (pcRelImm & mask); in HandleLocalBranchFixup() local
95 uint32 newValue = GetTextDataElem32(useOffset) | ((pcRelImm & mask) << kShiftFive); in HandleLocalBranchFixup() local
101 uint32 newValue = GetTextDataElem32(useOffset) | ((pcRelImm & mask) << kShiftFive); in HandleLocalBranchFixup() local
205 … uint32 newValue = objFuncEmitInfo.GetTextDataElem32(fixup.GetOffset()) | (pcRelImm & 0x3FFFFFF); in HandleCallFixup() local
221 uint32 newValue = objFuncEmitInfo.GetTextDataElem32(fixup.GetOffset()) | immLow | immHigh; in HandleAdrFixup() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h55 const CString &newValue) in ReplaceAll()
69 const CString &newValue) in Replace()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h88 PtProperty property, VRegValue newValue) override in PropertyModification()

12