Searched refs:arg3 (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 67 JSHandle<JSTaggedValue> arg3(thread, arg3Value);
in HWTEST_F_L0() 77 arg3.GetTaggedValue());
in HWTEST_F_L0() 79 JSTaggedValue resInICPath2 = ICBinaryOP::AddWithTSType(thread, arg1.GetTaggedValue(), arg3.GetTaggedValue(),
in HWTEST_F_L0() 99 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Add2(thread, arg3.GetTaggedValue(),
in HWTEST_F_L0() 102 JSTaggedValue resInICPath5 = ICBinaryOP::AddWithTSType(thread, arg3.GetTaggedValue(),
in HWTEST_F_L0() 139 JSHandle<JSTaggedValue> arg3(thread, arg3Value);
in HWTEST_F_L0() 147 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Sub2(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue());
in HWTEST_F_L0() 149 JSTaggedValue resInICPath2 = ICBinaryOP::SubWithTSType(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue(),
in HWTEST_F_L0() 167 JSHandle<JSTaggedValue> arg3(thread, arg3Value);
in HWTEST_F_L0() 175 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Mul2(thread, arg2.GetTaggedValue(), arg3 in HWTEST_F_L0() [all...] |
H A D | ic_compareop_test.cpp | 69 JSTaggedValue arg3(false); in HWTEST_F_L0() 73 JSHandle<JSTaggedValue> arg3Handle(thread, arg3); in HWTEST_F_L0() 129 JSTaggedValue arg3(false); in HWTEST_F_L0() 133 JSHandle<JSTaggedValue> arg3Handle(thread, arg3); in HWTEST_F_L0() 196 JSTaggedValue arg3(false); in HWTEST_F_L0() 200 JSHandle<JSTaggedValue> arg3Handle(thread, arg3); in HWTEST_F_L0() 263 JSTaggedValue arg3(false); in HWTEST_F_L0() 267 JSHandle<JSTaggedValue> arg3Handle(thread, arg3); in HWTEST_F_L0() 332 JSTaggedValue arg3(false); in HWTEST_F_L0() 336 JSHandle<JSTaggedValue> arg3Handle(thread, arg3); in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_runtime_call_info.h | 125 const JSTaggedValue arg3) 131 SetArg(FIRST_ARGS_INDEX + 3, arg3); // 3: third index 135 const JSTaggedValue arg3, const JSTaggedValue arg4) 141 SetArg(FIRST_ARGS_INDEX + 3, arg3); // 3: third index
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | optimized_fast_call.cpp | 309 Label arg3;
in JSFastCallWithArgVAndPushArgv() local 347 __ Jne(&arg3);
in JSFastCallWithArgVAndPushArgv() 352 __ Bind(&arg3);
in JSFastCallWithArgVAndPushArgv()
|
H A D | asm_interpreter_call.cpp | 970 Label arg3; in CallFastBuiltin() local 1022 __ Jne(&arg3); in CallFastBuiltin() 1030 __ Bind(&arg3); in CallFastBuiltin()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/ |
H A D | scenarios.js | 133 function functionDefaultParameterFunction(arg1 = INT_VALUE, arg2 = INT_VALUE2, arg3 = INT_VALUE3) { 140 // arg3: JSValue = INT_VALUE3): int
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_fast_call.cpp | 352 Label arg3;
in JSFastCallWithArgVAndPushArgv() local 396 __ B(Condition::NE, &arg3);
in JSFastCallWithArgVAndPushArgv() 403 __ Bind(&arg3);
in JSFastCallWithArgVAndPushArgv()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 174 const double arg3 = 67; in HWTEST_F_L0() local 176 std::vector<JSTaggedValue> args{JSTaggedValue(arg1), JSTaggedValue(arg2), JSTaggedValue(arg3)}; in HWTEST_F_L0() 192 const double arg3 = 67; in HWTEST_F_L0() local 194 std::vector<JSTaggedValue> args{JSTaggedValue(arg1), JSTaggedValue(arg2), JSTaggedValue(arg3)}; in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | simplify_string_builder.cpp | 1748 auto arg3 = match.appendIntrinsics[3U]->GetInput(1U).GetInst(); 1757 {arg3, arg3->GetType()},
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.h | 1064 Ra().Emit<General, 4U>(node, signature->InternalName(), arg0, arg1, arg2, arg3); in CallImpl()
|
Completed in 14 milliseconds