| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_call_signature.cpp | 48 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/ |
| D | call_signature.cpp | 155 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/ |
| D | pt_params.cpp | 19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() 41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) in Create() 113 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() 149 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson ¶ms) in Create() 195 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() 219 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() 241 …unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson ¶ms) in Create() 263 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() 285 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson ¶ms) in Create() 307 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 109 …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 ¶ms) in AddInspectedHeapObject() 342 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId() 350 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams ¶ms, in GetObjectByHeapObjectId() [all …]
|
| D | debugger_impl.cpp | 622 …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 …]
|
| D | profiler_impl.cpp | 162 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 ¶ms) in SetSamplingInterval() 320 …ponse ProfilerImpl::StartPreciseCoverage([[maybe_unused]] const StartPreciseCoverageParams ¶ms) in StartPreciseCoverage()
|
| D | tracing_impl.cpp | 97 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/ |
| D | heapprofiler_client.cpp | 64 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
|
| D | debugger_client.cpp | 79 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
|
| D | profiler_client.cpp | 60 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
|
| D | runtime_client.cpp | 58 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
|
| D | test_client.cpp | 52 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/ |
| D | debugger_events_test.cpp | 106 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/ |
| D | codegen-inl.h | 67 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/ |
| D | assembler_mangling_test.cpp | 37 std::vector<Function::Parameter> params; variable 71 std::vector<Function::Parameter> params; variable
|
| D | mangling_tests.cpp | 25 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/ |
| D | server_endpoint_base.cpp | 22 std::function<void(JsonObjectBuilder &)> &¶ms) in Call() 30 …Base::OnCall(method, [this, handler = std::move(handler)](auto &sessionId, auto id, auto ¶ms) { in OnCall()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_heapdump_loop_test.h | 104 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
|
| D | js_heapdump_test.h | 74 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
|
| D | js_allocationtrack_test.h | 88 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
|
| D | js_allocationtrack_recursion_test.h | 108 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
|
| D | js_allocationtrack_loop_test.h | 114 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
|
| D | js_stepout_test.h | 77 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/ |
| D | inspector_server.cpp | 92 server_.Call(sessionId, "Debugger.paused", [&](auto ¶ms) { in CallDebuggerPaused() 117 … server_.Call(sessionId, "Debugger.scriptParsed", [&sourceFile, &thread, &scriptId](auto ¶ms) { in CallDebuggerScriptParsed() 134 server_.Call(sessionId, "Runtime.consoleAPICalled", [&](auto ¶ms) { in CallRuntimeConsoleApiCalled() 175 server_.Call(sessionId, "Runtime.executionContextCreated", [&](auto ¶ms) { in CallRuntimeExecutionContextCreated() 213 [&sessionId](auto ¶ms) { params.AddProperty("session_id", sessionId); }); in CallTargetDetachedFromTarget() 221 ….continueToLocation", [this, handler = std::move(handler)](auto &sessionId, auto &, auto ¶ms) { in OnCallDebuggerContinueToLocation() argument 239 [this, handler = std::move(handler)](auto &, auto &result, const JsonObject ¶ms) { in OnCallDebuggerGetPossibleBreakpoints() 278 [this, handler = std::move(handler)](auto &, auto &result, auto ¶ms) { in OnCallDebuggerGetScriptSource() argument 299 [this, handler = std::move(handler)](auto &sessionId, auto &, auto ¶ms) { in OnCallDebuggerRemoveBreakpoint() argument 312 [this, handler = std::move(handler)](auto &sessionId, auto &result, auto ¶ms) { in OnCallDebuggerRestartFrame() [all …]
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | mangling_tests.cpp | 28 std::vector<Function::Parameter> params; in TEST() local 48 std::vector<Function::Parameter> params; in TEST() local
|