Home
last modified time | relevance | path

Searched defs:params (Results 1 – 25 of 167) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_call_signature.cpp48 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
64 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
80 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local
95 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
111 std::array<VariableType, 1> params = { in DEF_CALL_SIGNATURE() local
124 std::array<VariableType, 1> params = { in DEF_CALL_SIGNATURE() local
137 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local
151 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local
166 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local
180 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp155 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local
216 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local
230 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local
249 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
266 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
283 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local
302 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local
321 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local
338 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local
353 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create()
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create()
113 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson &params) in Create()
149 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &params) in Create()
195 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create()
219 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create()
241 …unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &params) in Create()
263 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create()
285 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &params) in Create()
307 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create()
[all …]
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp109 …std::unique_ptr<AddInspectedHeapObjectParams> params = AddInspectedHeapObjectParams::Create(reques… in AddInspectedHeapObject() local
140 …std::unique_ptr<GetHeapObjectIdParams> params = GetHeapObjectIdParams::Create(request.GetParams()); in GetHeapObjectId() local
154 …std::unique_ptr<GetObjectByHeapObjectIdParams> params = GetObjectByHeapObjectIdParams::Create(requ… in GetObjectByHeapObjectId() local
187 std::unique_ptr<StartSamplingParams> params = StartSamplingParams::Create(request.GetParams()); in StartSampling() local
211 std::unique_ptr<StartTrackingHeapObjectsParams> params = in StartTrackingHeapObjects() local
223 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in StopTrackingHeapObjects() local
234 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in TakeHeapSnapshot() local
319 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams &params) in AddInspectedHeapObject()
342 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams &params, in GetHeapObjectId()
350 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams &params, in GetObjectByHeapObjectId()
[all …]
Ddebugger_impl.cpp622 …std::unique_ptr<ContinueToLocationParams> params = ContinueToLocationParams::Create(request.GetPar… in ContinueToLocation() local
634 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local
656 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local
674 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local
687 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local
706 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local
717 …std::unique_ptr<RemoveBreakpointsByUrlParams> params = RemoveBreakpointsByUrlParams::Create(reques… in RemoveBreakpointsByUrl() local
728 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local
745 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local
760 …std::unique_ptr<SetBreakpointsActiveParams> params = SetBreakpointsActiveParams::Create(request.Ge… in SetBreakpointsActive() local
[all …]
Dprofiler_impl.cpp162 std::unique_ptr<SeriliazationTimeoutCheckEnableParams> params = in EnableSerializationTimeoutCheck() local
180 …std::unique_ptr<SetSamplingIntervalParams> params = SetSamplingIntervalParams::Create(request.GetP… in SetSamplingInterval() local
209 …std::unique_ptr<StartPreciseCoverageParams> params = StartPreciseCoverageParams::Create(request.Ge… in StartPreciseCoverage() local
284 …onse ProfilerImpl::EnableSerializationTimeoutCheck(const SeriliazationTimeoutCheckEnableParams &pa… in EnableSerializationTimeoutCheck()
299 DispatchResponse ProfilerImpl::SetSamplingInterval(const SetSamplingIntervalParams &params) in SetSamplingInterval()
320 …ponse ProfilerImpl::StartPreciseCoverage([[maybe_unused]] const StartPreciseCoverageParams &params) in StartPreciseCoverage()
Dtracing_impl.cpp97 std::unique_ptr<RequestMemoryDumpParams> params = in RequestMemoryDump() local
107 std::unique_ptr<StartParams> params = in Start() local
170 …onse TracingImpl::RequestMemoryDump([[maybe_unused]] std::unique_ptr<RequestMemoryDumpParams> para… in RequestMemoryDump()
176 DispatchResponse TracingImpl::Start(std::unique_ptr<StartParams> params) in Start()
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp64 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in HeapDumpCommand() local
87 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in AllocationTrackCommand() local
108 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in AllocationTrackStopCommand() local
129 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Enable() local
149 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Disable() local
169 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Samping() local
190 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SampingStop() local
210 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CollectGarbage() local
254 std::unique_ptr<PtJson> params; in RecvReply() local
Ddebugger_client.cpp79 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in BreakCommand() local
106 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DeleteCommand() local
127 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DisableCommand() local
151 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in EnableCommand() local
240 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in ResumeCommand() local
259 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepIntoCommand() local
278 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOutCommand() local
297 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOverCommand() local
372 std::unique_ptr<PtJson> params; in PausedReply() local
Dprofiler_client.cpp60 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileEnableCommand() local
80 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileDisableCommand() local
100 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileCommand() local
120 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileStopCommand() local
140 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SetSamplingIntervalCommand() local
Druntime_client.cpp58 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in HeapusageCommand() local
78 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeEnableCommand() local
98 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeDisableCommand() local
118 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local
140 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand() local
164 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand2() local
Dtest_client.cpp52 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SuccessCommand() local
71 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in FailCommand() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp106 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
136 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
151 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
175 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
252 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
323 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
354 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
388 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
424 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
442 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h67 void Codegen::InsertTrace(Args &&...params) in InsertTrace()
85 …n::CallEntrypoint(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallEntrypoint()
152 …egen::CallRuntime(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallRuntime()
158 …gen::CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallFastPath()
164 …en::CallRuntimeWithMethod(Inst *inst, void *method, EntrypointId eid, Reg dstReg, Args &&...params) in CallRuntimeWithMethod()
184 Args &&...params) in CallBarrier()
296 … VRegMask *liveVregs, Arg param, Args &&...params) in AddParamRegsInLiveMasksHandleArgs()
316 void Codegen::AddParamRegsInLiveMasks(RegMask *liveRegs, VRegMask *liveVregs, Args &&...params) in AddParamRegsInLiveMasks()
324 …n::CreateStubCall(Inst *inst, RuntimeInterface::IntrinsicId intrinsicId, Reg dst, Args &&...params) in CreateStubCall()
389 ALWAYS_INLINE void FillCallParamsHandleOperands(Arg &&arg, Args &&...params) in FillCallParamsHandleOperands()
[all …]
/arkcompiler/runtime_core/assembler/tests/
Dassembler_mangling_test.cpp37 std::vector<Function::Parameter> params; variable
71 std::vector<Function::Parameter> params; variable
Dmangling_tests.cpp25 std::vector<Function::Parameter> params; in TEST() local
45 std::vector<Function::Parameter> params; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dserver_endpoint_base.cpp22 std::function<void(JsonObjectBuilder &)> &&params) in Call()
30 …Base::OnCall(method, [this, handler = std::move(handler)](auto &sessionId, auto id, auto &params) { in OnCall()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_heapdump_loop_test.h104 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgress() local
137 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressFinished() local
173 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressChunk() local
Djs_heapdump_test.h74 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgress() local
107 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressFinished() local
143 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressChunk() local
Djs_allocationtrack_test.h88 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgress() local
116 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressFinished() local
152 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressChunk() local
Djs_allocationtrack_recursion_test.h108 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgress() local
136 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressFinished() local
172 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressChunk() local
Djs_allocationtrack_loop_test.h114 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgress() local
142 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressFinished() local
178 std::unique_ptr<PtJson> params = nullptr; in RecvReportProgressChunk() local
Djs_stepout_test.h77 std::unique_ptr<PtJson> params = nullptr; in RecvBreakInfo() local
111 std::unique_ptr<PtJson> params = nullptr; in RecvStepoutInfo() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp92 server_.Call(sessionId, "Debugger.paused", [&](auto &params) { in CallDebuggerPaused()
117 … server_.Call(sessionId, "Debugger.scriptParsed", [&sourceFile, &thread, &scriptId](auto &params) { in CallDebuggerScriptParsed()
134 server_.Call(sessionId, "Runtime.consoleAPICalled", [&](auto &params) { in CallRuntimeConsoleApiCalled()
175 server_.Call(sessionId, "Runtime.executionContextCreated", [&](auto &params) { in CallRuntimeExecutionContextCreated()
213 [&sessionId](auto &params) { params.AddProperty("session_id", sessionId); }); in CallTargetDetachedFromTarget()
221 ….continueToLocation", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &params) { in OnCallDebuggerContinueToLocation() argument
239 [this, handler = std::move(handler)](auto &, auto &result, const JsonObject &params) { in OnCallDebuggerGetPossibleBreakpoints()
278 [this, handler = std::move(handler)](auto &, auto &result, auto &params) { in OnCallDebuggerGetScriptSource() argument
299 [this, handler = std::move(handler)](auto &sessionId, auto &, auto &params) { in OnCallDebuggerRemoveBreakpoint() argument
312 [this, handler = std::move(handler)](auto &sessionId, auto &result, auto &params) { in OnCallDebuggerRestartFrame()
[all …]
/arkcompiler/runtime_core/static_core/assembler/tests/
Dmangling_tests.cpp28 std::vector<Function::Parameter> params; in TEST() local
48 std::vector<Function::Parameter> params; in TEST() local

1234567