| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | dead_code_elimination_test.cpp | 46 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local 76 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local 108 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
|
| D | combined_pass_visitor_test.cpp | 52 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | taggedTemplateExpression.cpp | 65 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 26 GateRef arg0; member 32 GateRef arg0; member 75 GateRef arg0; member
|
| D | typed_hcr_lowering.cpp | 1987 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerArrayConstructor() local 2139 GateRef arg0 = acc_.GetValueIn(gate, 1); in LowerFloat32ArrayConstructor() local
|
| D | native_inline_lowering.cpp | 946 GateRef arg0 = tacc.GetArg0(); in TryInlineArrayBufferIsView() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.cpp | 210 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 220 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 228 GateRef arg0 = GetCallArg0(numArgs); in CallSlowPath() local 593 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local 600 GateRef arg0 = GetArgFromArgv(IntPtr(0), numArgs, true); in DECLARE_BUILTINS() local
|
| D | linked_hashtable_stub_builder.cpp | 648 …e, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) in GenMapSetConstructor()
|
| D | builtins_array_stub_builder_next_optimization.cpp | 81 GateRef arg0 = GetCallArg0(numArgs); in UnshiftOptimised() local 2345 GateRef arg0 = GetCallArg0(numArgs); in ConcatOptimised() local 2414 void BuiltinsArrayStubBuilder::DoConcat(GateRef glue, GateRef thisValue, GateRef arg0, Variable *re… in DoConcat()
|
| D | builtins_string_stub_builder.cpp | 2152 GateRef arg0 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG0_OR_ARGV)); in Concat() local 2848 GateRef arg0 = GetCallArg0(numArgs); in LocaleCompare() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 545 …void CallExact(const ir::AstNode *const node, const checker::Signature *signature, const VReg arg0, in CallExact() 556 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0) in CallExact() 561 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 566 …void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const … in CallExact() 594 const VReg arg0) in CallVirtual() 608 …tual(const ir::AstNode *const node, const util::StringView name, const VReg athis, const VReg arg0) in CallVirtual() 810 VReg arg0 = AllocReg(); in BinaryEqualityCondition() local
|
| D | pandagen.cpp | 890 void PandaGen::Call1This(const ir::AstNode *node, VReg callee, VReg thisReg, VReg arg0) in Call1This() 908 const auto *arg0 = args[0]; in Call1Arg() local 921 const auto *arg0 = args[0]; in Call2Args() local 939 const auto *arg0 = args[0]; in Call3Args() local 1765 VReg arg0 = AllocReg(); in DirectEval() local
|
| D | ETSGen.cpp | 618 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0, std::string_view signature) in CreateBigIntObject() 2456 VReg arg0 = AllocReg(); in StringBuilderAppend() local
|
| D | JSCompiler.cpp | 700 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/ |
| D | scenarios.js | 187 function jsMultiplyArgBySumRestParams(arg0, ...args) { argument 193 function jsMultiplySumArgsBySumRestParams(arg0, arg1, ...args) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 58 Local<JSValueRef> arg0 = ArrayRef::GetValueAt(vm, arr0, i); in IsEqual() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 88 … Inst *arg0, Inst *arg1, Inst *arg2, in BuildResolveInteropCallIntrinsic()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1294 VReg arg0 = thisReg + 1; in CallThis() local 1299 VReg arg0 = thisReg + 1; in CallThis() local 1305 VReg arg0 = thisReg + 1; in CallThis() local 1333 VReg arg0 = startReg + 1; in Call() local 1338 VReg arg0 = startReg + 1; in Call() local 1344 VReg arg0 = startReg + 1; in Call() local 1351 VReg arg0 = startReg + 1; in Call() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 660 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_array_test.cpp | 817 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 830 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG2(method, target, expected, arg0, arg1) … argument
|
| D | builtins_shared_array_test.cpp | 784 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG1(method, target, expected, arg0) … argument 797 #define ARRAY_BUILTIN_METHOD_TEST_CASE_ARG2(method, target, expected, arg0, arg1) … argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 215 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 229 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 426 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local 471 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | simplify_string_builder.cpp | 1716 auto arg0 = match.appendIntrinsics[0U]->GetInput(1U).GetInst(); in CreateIntrinsicStringBuilderAppendStrings() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 820 int arg0 = jsArg0->Int32Value(vm); in HWTEST_F_L0() local 852 int arg0 = jsArg0->Int32Value(vm); in AddFunc() local
|