| /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, 4> params = { in DEF_CALL_SIGNATURE() local 319 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 335 std::array<VariableType, 5> params = { in DEF_CALL_SIGNATURE() local 352 std::array<VariableType, 5> 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() 111 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() 147 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson ¶ms) in Create() 193 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() 215 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() 237 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() 259 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson ¶ms) in Create() 281 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() 311 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 50 …std::unique_ptr<AddInspectedHeapObjectParams> params = AddInspectedHeapObjectParams::Create(reques… in AddInspectedHeapObject() local 79 …std::unique_ptr<GetHeapObjectIdParams> params = GetHeapObjectIdParams::Create(request.GetParams()); in GetHeapObjectId() local 93 …std::unique_ptr<GetObjectByHeapObjectIdParams> params = GetObjectByHeapObjectIdParams::Create(requ… in GetObjectByHeapObjectId() local 126 std::unique_ptr<StartSamplingParams> params = StartSamplingParams::Create(request.GetParams()); in StartSampling() local 150 std::unique_ptr<StartTrackingHeapObjectsParams> params = in StartTrackingHeapObjects() local 162 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in StopTrackingHeapObjects() local 173 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in TakeHeapSnapshot() local 258 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams ¶ms) in AddInspectedHeapObject() 281 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId() 289 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams ¶ms, in GetObjectByHeapObjectId() [all …]
|
| D | debugger_impl.cpp | 402 …std::unique_ptr<ContinueToLocationParams> params = ContinueToLocationParams::Create(request.GetPar… in ContinueToLocation() local 414 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local 435 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local 453 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local 466 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local 485 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local 496 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local 513 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local 528 …std::unique_ptr<SetBreakpointsActiveParams> params = SetBreakpointsActiveParams::Create(request.Ge… in SetBreakpointsActive() local 540 std::unique_ptr<GetPossibleAndSetBreakpointParams> params = in GetPossibleAndSetBreakpointByUrl() local [all …]
|
| D | profiler_impl.cpp | 84 …std::unique_ptr<SetSamplingIntervalParams> params = SetSamplingIntervalParams::Create(request.GetP… in SetSamplingInterval() local 113 …std::unique_ptr<StartPreciseCoverageParams> params = StartPreciseCoverageParams::Create(request.Ge… in StartPreciseCoverage() local 184 DispatchResponse ProfilerImpl::SetSamplingInterval(const SetSamplingIntervalParams ¶ms) in SetSamplingInterval() 205 …ponse ProfilerImpl::StartPreciseCoverage([[maybe_unused]] const StartPreciseCoverageParams ¶ms) in StartPreciseCoverage()
|
| D | tracing_impl.cpp | 74 std::unique_ptr<RequestMemoryDumpParams> params = in RequestMemoryDump() local 84 std::unique_ptr<StartParams> params = in Start() local 147 …onse TracingImpl::RequestMemoryDump([[maybe_unused]] std::unique_ptr<RequestMemoryDumpParams> para… in RequestMemoryDump() 153 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 | runtime_client.cpp | 57 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in HeapusageCommand() local 77 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeEnableCommand() local 97 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeDisableCommand() local 117 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local 139 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand() local 163 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand2() 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 | 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/toolchain/tooling/test/testcases/ |
| 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
|
| /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/ |
| 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() 207 [&sessionId](auto ¶ms) { params.AddProperty("session_id", sessionId); }); in CallTargetDetachedFromTarget() 215 ….continueToLocation", [this, handler = std::move(handler)](auto &sessionId, auto &, auto ¶ms) { in OnCallDebuggerContinueToLocation() argument 233 … [this, handler = std::move(handler)](auto &, auto &result, const JsonObject ¶ms) { in OnCallDebuggerGetPossibleBreakpoints() 272 [this, handler = std::move(handler)](auto &, auto &result, auto ¶ms) { in OnCallDebuggerGetScriptSource() argument 293 [this, handler = std::move(handler)](auto &sessionId, auto &, auto ¶ms) { in OnCallDebuggerRemoveBreakpoint() argument 306 … [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 | 26 std::vector<Function::Parameter> params; in TEST() local 46 std::vector<Function::Parameter> params; in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.h | 257 void InsertTrace(Args &&...params) in InsertTrace() 277 …id CallEntrypoint(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallEntrypoint() 358 … void CallRuntime(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallRuntime() 364 …void CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallFastPath() 370 …oid CallRuntimeWithMethod(Inst *inst, void *method, EntrypointId eid, Reg dstReg, Args &&...params) in CallRuntimeWithMethod() 419 …RegMask liveRegs, VRegMask liveVregs, std::variant<EntrypointId, Reg> entrypoint, Args &&...params) in CallBarrier() 624 … VRegMask *liveVregs, Arg param, Args &&...params) in AddParamRegsInLiveMasksHandleArgs() 644 void AddParamRegsInLiveMasks(RegMask *liveRegs, VRegMask *liveVregs, Args &&...params) in AddParamRegsInLiveMasks() 652 …id CreateStubCall(Inst *inst, RuntimeInterface::IntrinsicId intrinsicId, Reg dst, Args &&...params) in CreateStubCall() 1169 Args &&...params) in FillCallParamsHandleOperands() [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | mangling.h | 42 …ring MangleFunctionName(const std::string &name, const std::vector<pandasm::Function::Parameter> &… in MangleFunctionName() 64 … const std::vector<pandasm::Function::Parameter> ¶ms) in GetFunctionSignatureFromName()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | mangling.h | 42 …ring MangleFunctionName(const std::string &name, const std::vector<pandasm::Function::Parameter> &… in MangleFunctionName() 64 … const std::vector<pandasm::Function::Parameter> ¶ms) in GetFunctionSignatureFromName()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeParameterInstantiation.h | 34 explicit TSTypeParameterInstantiation(ArenaVector<Expression *> &¶ms) in TSTypeParameterInstantiation()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | common.h | 31 static JsonObject ToObject(std::function<void(JsonObjectBuilder &)> &¶ms) in ToObject()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeParameterInstantiation.h | 32 explicit TSTypeParameterInstantiation(ArenaVector<TypeNode *> &¶ms) in TSTypeParameterInstantiation()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 39 void ParserImpl::AddCommonjsParams(ArenaVector<ir::Expression *> ¶ms) in AddCommonjsParams() 79 ArenaVector<ir::Expression *> params(Allocator()->Adapter()); in ParseCommonjs() local
|