Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h113 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/
Dindex.js36 set message(newValue) { argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/
Dindex.js35 set message(newValue) { argument
/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/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp344 …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/
Djs_api_hashmap.cpp96 JSTaggedValue JSAPIHashMap::Replace(JSThread *thread, JSTaggedValue key, JSTaggedValue newValue) in Replace()
/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.cpp338 JSHandle<JSTaggedValue> newValue = GetCallArg(argv, 1); in Replace() local
/arkcompiler/runtime_core/runtime/tooling/
Dpt_hooks_wrapper.h134 PtProperty property, VRegValue newValue) override in PropertyModification()
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h56 const CString &newValue) in RepalceAll()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp68 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means the value in TestForEachFunc() local
Dcontainers_list_test.cpp69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
Dcontainers_linked_list_test.cpp69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
Dcontainers_vector_test.cpp86 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestReplaceAllElementsFunc() local
Dcontainers_hashmap_test.cpp69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
Dcontainers_treemap_test.cpp69 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestForEachFunc() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp214 JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
Dobject_operator_test.cpp701 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/
Darraylist_fuzzer.cpp114 … JSHandle<JSTaggedValue> newValue(thread, JSTaggedValue(value->GetInt() * 2)); // 2 means mul by 2 in TestReplaceAllElementsFunc() local
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp311 JSHandle<JSTaggedValue> newValue(thread, value.GetTaggedValue()); in TestForEachFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h258 GateRef newValue = env->GetBuilder()->TruncInt64ToInt16(value); in SetHotnessCounter() local
1519 GateRef newValue = Int32LSR(value, Int32(JSHClass::NumberOfPropsBits::START_BIT)); in SetNumberOfPropsToHClass() local
Dslowpath_lowering.cpp3722 GateRef newValue = builder_.Int32Add(value, offset); in LowerUpdateHotness() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1037 …void ReplaceAllDistinct(std::string &str, const std::string &oldValue, const std::string &newValue) in ReplaceAllDistinct()