Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h124 uint64_t newValue = SetNumArgsWithCallField(callField, numargs); in SetNumArgsWithCallField() local
131 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit() local
138 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit() local
145 uint64_t newValue = SetFastBuiltinBit(callField, isFastBuiltin); in SetFastBuiltinBit() local
239 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter); in SetHotnessCounter() local
293 uint64_t newValue = SetDeoptType(extraLiteralInfo, type); in SetDeoptType() local
311 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind); in SetFunctionKind() local
330 uint64_t newValue = SetIsFastCall(callFiled, isFastCall); in SetIsFastCall() local
343 uint64_t newValue = SetCallNapi(extraLiteralInfo, isCallNapi); in SetCallNapi() local
356 uint64_t newValue = SetBuiltinId(extraLiteralInfo, id); in SetBuiltinId() local
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dimport_obfuscation_2.ts19 let newValue = value01 + 1; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory-inl.h38 auto newValue = f(oldValue); in ReadModifyWriteI8() 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/jspandafile/tests/quickfix/multi_file/patch/
Dindex.js36 set message(newValue) { argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/
Dindex.js35 set message(newValue) { argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header-inl.h133 inline bool ObjectHeader::CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive()
140 …jectHeader::CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, in CompareAndSetFieldObject()
149 inline T ObjectHeader::CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, in CompareAndExchangeFieldPrimitive()
157ObjectHeader *newValue, std::memory_order memoryOrder, in CompareAndExchangeFieldObject()
Dobject_accessor-inl.h243 …l, T> ObjectAccessor::CompareAndSetFieldPrimitive(void *obj, size_t offset, T oldValue, T newValue, in CompareAndSetFieldPrimitive()
259ObjectHeader *newValue, in CompareAndSetFieldObject()
350 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.h424 uint32_t newValue = MakeCompilationStatusValue(oldValue, newStatus); in AtomicSetCompilationStatus() local
837 uint32_t newValue = MakeVerificationStageValue(oldValue, newStage); in SetVerificationStage() local
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp536 uint32_t newValue = decimalValue * MULTIPLIER + DigitValue(Next()); in ParseDecimalEscape() local
577 uint32_t newValue = octalValue * 8 + DigitValue(Peek()); in ParseLegacyOctalEscape() local
765 uint32_t newValue = leftValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
786 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/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp539 uint32_t newValue = decimalValue * MULTIPLIER + DigitValue(Next()); in ParseDecimalEscape() local
580 uint32_t newValue = octalValue * 8 + DigitValue(Peek()); in ParseLegacyOctalEscape() local
786 uint32_t newValue = leftValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
807 uint32_t newValue = rightValue * MULTIPLIER + DigitValue(Next()); in ParseBracedQuantifier() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp352 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint8() local
373 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt8() local
394 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint16() local
415 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt16() local
436 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint32() local
457 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt32() local
481 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigInt64() local
506 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigUint64() local
/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/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.h56 const CString &newValue) in ReplaceAll()
70 const CString &newValue) in Replace()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp96 bool JSAPIHashMap::Replace(JSThread *thread, JSTaggedValue key, JSTaggedValue newValue) in Replace()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h88 PtProperty property, VRegValue newValue) override in PropertyModification()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp76 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp340 JSHandle<JSTaggedValue> newValue = GetCallArg(argv, 1); in Replace() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_second_test.cpp270 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h134 PtProperty property, VRegValue newValue) override in PropertyModification()
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js728 newValue: array2.find(o => o.id === id.id).value + 2 property

12