Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dnew.test.ts44 let arg0 = new VReg(); variable
60 let arg0 = new VReg(); variable
77 let arg0 = new VReg(); variable
100 let arg0 = new VReg(); variable
121 let arg0 = new VReg(); variable
Dcall.test.ts52 let arg0 = new VReg(); variable
67 let arg0 = new VReg(); variable
89 let arg0 = new VReg(); variable
112 let arg0 = new VReg(); variable
149 let arg0 = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp54 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
77 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
99 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
121 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
145 auto arg0 = builder.Arguments(0); in HWTEST_F_L0() local
168 auto arg0 = builder.Arguments(1); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.cpp67 compiler::VReg arg0 = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp1210 static TaggedValue OneArgDyn(Method *method, uint32_t num_args, int64_t arg0) in OneArgDyn()
1259 int64_t arg0 = va_arg(args, int64_t); in OneVarArgDyn() local
1292 static TaggedValue TwoArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1) in TwoArgDyn()
1343 int64_t arg0 = va_arg(args, int64_t); in TwoVarArgDyn() local
1381 static TaggedValue ThreeArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64… in ThreeArgDyn()
1437 int64_t arg0 = va_arg(args, int64_t); in ThreeVarArgDyn() local
1478 static TaggedValue FourArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FourArgDyn()
1536 int64_t arg0 = va_arg(args, int64_t); in FourVarArgDyn() local
1580 static TaggedValue FiveArgDyn(Method *method, uint32_t num_args, int64_t arg0, int64_t arg1, int64_… in FiveArgDyn()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp110 GateRef arg0 = GetCallArg0(); in CallSlowPath() local
120 GateRef arg0 = GetCallArg0(); in CallSlowPath() local
128 GateRef arg0 = GetCallArg0(); in CallSlowPath() local
991 GateRef arg0 = GetArg(numArgs, IntPtr(0)); in DECLARE_BUILTINS() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1195 VReg arg0 = thisReg + 1; in CallThis() local
1200 VReg arg0 = thisReg + 1; in CallThis() local
1206 VReg arg0 = thisReg + 1; in CallThis() local
1234 VReg arg0 = startReg + 1; in Call() local
1239 VReg arg0 = startReg + 1; in Call() local
1245 VReg arg0 = startReg + 1; in Call() local
1252 VReg arg0 = startReg + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp665 JSHandle<JSTaggedValue> arg0(GetCallArg(argv, 0)); in CopyToArray() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp629 JSHandle<JSTaggedValue> arg0(thread->GetEcmaVM()->GetFactory()->NewFromASCII(value)); in JsonParse() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp426 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
471 Register arg0 = argcRegister; in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp222 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath() local
236 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath() local