Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dcode_decrypt.h37 void *arg1; member
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp447 int32_t arg1 = 88; in HWTEST_F() local
501 int32_t arg1 = 88; in HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dcombined_pass_visitor_test.cpp53 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
H A Ddead_code_elimination_test.cpp77 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
109 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
H A Dloop_optimization_test.cpp190 auto arg1 = builder.Arguments(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp350 Label arg1; in JSFastCallWithArgVAndPushArgv() local
H A Dasm_interpreter_call.cpp221 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
240 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp65 Local<JSValueRef> arg1 = ArrayRef::GetValueAt(vm, arr1, i); in IsEqual() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp188 auto arg1 = inst->getOperand(0U); in HandleFRem() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp222 auto arg1 = GetArgDefinition(bcInst, 1, accRead, isRange); in TryBuildInteropCall() 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/tests/
H A Dbuiltins_promise_test.cpp138 JSTaggedValue ThanAlgorithm(JSThread *thread, JSHandle<JSPromise>& promise, JSTaggedValue arg1, in ThanAlgorithm() argument
H A Dbuiltins_string_test.cpp172 const double arg1 = 65; in HWTEST_F_L0() local
190 const double arg1 = 65; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp221 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
229 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
H A Dbuiltins_string_stub_builder.cpp2166 GateRef arg1 = TaggedArgument(static_cast<size_t>(BuiltinsArgs::ARG1)); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h26 GateRef arg1; member
32 GateRef arg1; member
75 GateRef arg1; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp307 Label arg1; in JSFastCallWithArgVAndPushArgv() local
H A Dasm_interpreter_call.cpp437 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
482 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
968 Label arg1; in CallFastBuiltin() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.h562 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1) in CallExact() argument
567 void CallExact(const ir::AstNode *const node, const util::StringView name, const VReg arg0, const VReg arg1, in CallExact() argument
[all...]
H A Dpandagen.cpp972 const auto *arg1 = args[1]; in Call2Args() local
990 const auto *arg1 = args[1]; in Call3Args() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h909 auto arg1 = m.GetArgType(1); in LookupSetterByName() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1286 VReg arg1 = arg0 + 1; in CallThis() local
1292 VReg arg1 = arg0 + 1; in CallThis() local
1325 VReg arg1 = arg0 + 1; in Call() local
1331 VReg arg1 = arg0 + 1; in Call() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp853 int arg1 = jsArg1->Int32Value(vm); in AddFunc() local

Completed in 35 milliseconds