| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 120 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 …]
|
| D | js_function.h | 67 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/ |
| D | constStringToCharLowering.cpp | 43 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/ |
| D | import_obfuscation_2.ts | 19 let newValue = value01 + 1; variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/ |
| D | index.js | 41 set message(newValue) { argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/ |
| D | index.js | 40 set message(newValue) { argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | object_header-inl.h | 146 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() 172 … ObjectHeader *newValue, std::memory_order memoryOrder, in CompareAndExchangeFieldObject()
|
| D | object_accessor-inl.h | 249 …l, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive() 266 … ObjectHeader *newValue, in CompareAndSetFieldObject() 358 T newValue; in GetAndAddFieldPrimitive() local
|
| D | class-inl.h | 754 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()
|
| D | method.h | 434 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/ |
| D | atomic.h | 37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong()
|
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| D | regexp.cpp | 548 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/ |
| D | regexp.cpp | 537 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/ |
| D | array-inl.h | 83 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/ |
| D | ets_shared_memory-inl.h | 92 auto newValue = f(oldValue); in ReadModifyWrite() local
|
| D | ets_object.h | 150 …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/ |
| D | builtins_atomics.cpp | 389 …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/ |
| D | MainMenuGroup.js | 161 attributeChangedCallback(name, oldValue, newValue) { argument
|
| D | MainMenuItem.js | 196 attributeChangedCallback(name, oldValue, newValue) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | func_desc.h | 189 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/ |
| D | lock_free_ring_buffer.h | 93 size_t newValue = Increment(currentHead); in TryPop() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 159 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/ |
| D | aarch64_obj_emitter.cpp | 74 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/ |
| D | string_helper.h | 55 const CString &newValue) in ReplaceAll() 69 const CString &newValue) in Replace()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 88 PtProperty property, VRegValue newValue) override in PropertyModification()
|