| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.h | 113 uint64_t newValue = SetNumArgsWithCallField(callField, numargs); in SetNumArgsWithCallField() local 120 uint64_t newValue = SetNativeBit(callField, isNative); in SetNativeBit() local 127 uint64_t newValue = SetAotCodeBit(callField, isCompiled); in SetAotCodeBit() local 134 uint64_t newValue = SetFastBuiltinBit(callField, isFastBuiltin); in SetFastBuiltinBit() local 228 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter); in SetHotnessCounter() local 282 uint64_t newValue = SetDeoptType(extraLiteralInfo, type); in SetDeoptType() local 300 uint64_t newValue = SetFunctionKind(extraLiteralInfo, kind); in SetFunctionKind() local 319 uint64_t newValue = MethodLiteral::SetCallNapi(callField, isCallNapi); in SetCallNapi() local 332 uint64_t newValue = SetBuiltinId(extraLiteralInfo, id); in SetBuiltinId() local 339 uint64_t newValue = SetDeoptThreshold(extraLiteralInfo, count); in SetDeoptThreshold() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/ |
| D | index.js | 36 set message(newValue) { argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/ |
| D | index.js | 35 set message(newValue) { argument
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 536 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/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 344 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint8() local 364 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt8() local 384 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint16() local 404 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt16() local 424 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithUint32() local 444 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithInt32() local 466 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigInt64() local 489 …JSHandle<JSTaggedValue> newValue = BuiltinsBase::GetCallArg(argv, BuiltinsBase::ArgsPosition::FOUR… in HandleWithBigUint64() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashmap.cpp | 96 JSTaggedValue JSAPIHashMap::Replace(JSThread *thread, JSTaggedValue key, JSTaggedValue newValue) in Replace()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 76 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(1)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_hashmap.cpp | 338 JSHandle<JSTaggedValue> newValue = GetCallArg(argv, 1); in Replace() local
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 134 PtProperty property, VRegValue newValue) override in PropertyModification()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 56 const CString &newValue) in RepalceAll()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_plainarray_test.cpp | 68 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means the value in TestForEachFunc() local
|
| D | containers_list_test.cpp | 69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
|
| D | containers_linked_list_test.cpp | 69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
|
| D | containers_vector_test.cpp | 86 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestReplaceAllElementsFunc() local
|
| D | containers_hashmap_test.cpp | 69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
|
| D | containers_treemap_test.cpp | 69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 214 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
|
| D | object_operator_test.cpp | 701 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 1061 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/ |
| D | arraylist_fuzzer.cpp | 114 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestReplaceAllElementsFunc() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/ |
| D | containersplainarray_fuzzer.cpp | 311 JSHandle<JSTaggedValue> newValue(thread, value.GetTaggedValue()); in TestForEachFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 258 GateRef newValue = env->GetBuilder()->TruncInt64ToInt16(value); in SetHotnessCounter() local 1519 GateRef newValue = Int32LSR(value, Int32(JSHClass::NumberOfPropsBits::START_BIT)); in SetNumberOfPropsToHClass() local
|
| D | slowpath_lowering.cpp | 3722 GateRef newValue = builder_.Int32Add(value, offset); in LowerUpdateHotness() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1037 …void ReplaceAllDistinct(std::string &str, const std::string &oldValue, const std::string &newValue) in ReplaceAllDistinct()
|