Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dcode_decrypt.h38 void *arg2; member
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dcombined_pass_visitor_test.cpp54 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
H A Ddead_code_elimination_test.cpp78 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
110 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
H A Dloop_optimization_test.cpp192 auto arg2 = builder.Arguments(2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp351 Label arg2; in JSFastCallWithArgVAndPushArgv() local
H A Dasm_interpreter_call.cpp217 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
H A Doptimized_call.cpp573 Register arg2 = __ TempRegister2(); in JSCallInternal() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp189 auto arg2 = inst->getOperand(1U); in HandleFRem() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp160 Inst *arg2 = nullptr; in BuildInteropCall() local
86 BuildResolveInteropCallIntrinsic(RuntimeInterface::InteropCallKind callKind, size_t pc, RuntimeInterface::MethodPtr method, Inst *arg0, Inst *arg1, Inst *arg2, Inst *cpOffsetForClass, SaveStateInst *saveState) BuildResolveInteropCallIntrinsic() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.cpp186 JSHandle<JSTaggedValue> arg2 = GetCallArg(argv, 1); in ParseInt() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_promise_test.cpp138 ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, JSTaggedValue arg2) ThanAlgorithm() argument
H A Dbuiltins_string_test.cpp173 const double arg2 = 66; in HWTEST_F_L0() local
191 const double arg2 = 66; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp230 GateRef arg2 = GetCallArg2(numArgs); in CallSlowPath() local
H A Dbuiltins_number_stub_builder.cpp62 GateRef arg2 = GetCallArg1(numArgs_); in ParseInt() local
H A Dbuiltins_string_stub_builder.cpp2179 GateRef arg2 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG2)); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h27 GateRef arg2; member
33 GateRef arg2; member
H A Dtyped_native_inline_lowering.cpp1967 GateRef arg2 = acc_.GetValueIn(gate, 1); in LowerNumberParseInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp308 Label arg2; in JSFastCallWithArgVAndPushArgv() local
H A Dasm_interpreter_call.cpp459 Register arg2 = __ CppJSCallAvailableRegister1(); in JSCallCommonFastPath() local
462 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
969 Label arg2; in CallFastBuiltin() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h567 CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, const VReg arg2) CallExact() argument
H A Dpandagen.cpp995 const auto *arg2 = args[2]; in Call3Args() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1293 VReg arg2 = arg1 + 1; in CallThis() local
1332 VReg arg2 = arg1 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3849 JSHandle<JSTaggedValue> arg2 = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local

Completed in 45 milliseconds