| /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 | 152 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local 213 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local 232 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 251 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 268 std::array<VariableType, 7> params = { in DEF_CALL_SIGNATURE() local 288 std::array<VariableType, 8> params = { in DEF_CALL_SIGNATURE() local 310 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 327 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 346 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 365 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local [all …]
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| D | debugger_api.py | 81 async def enable(self, message_id, connection, params): argument 92 async def disable(self, message_id, connection, params): argument 106 async def script_parsed(self, connection, params): argument 112 async def paused(self, connection, params): argument 119 async def resume(self, message_id, connection, params): argument 131 async def remove_breakpoints_by_url(self, message_id, connection, params): argument 140 async def get_possible_and_set_breakpoints_by_url(self, message_id, connection, params): argument 150 async def step_over(self, message_id, connection, params): argument 162 async def step_out(self, message_id, connection, params): argument 174 async def step_into(self, message_id, connection, params): argument [all …]
|
| D | heap_profiler_api.py | 38 async def start_tracking_heap_objects(self, message_id, connection, params): argument 47 async def stop_tracking_heap_objects(self, message_id, connection, params): argument 68 async def take_heap_snapshot(self, message_id, connection, params): argument 84 async def start_sampling(self, message_id, connection, params): argument 93 async def stop_sampling(self, message_id, connection, params): argument
|
| D | runtime_api.py | 37 async def enable(self, message_id, connection, params): argument 46 async def run_if_waiting_for_debugger(self, message_id, connection, params): argument 55 async def get_properties(self, message_id, connection, params): argument 64 async def get_heap_usage(self, message_id, connection, params): argument
|
| D | profiler_api.py | 36 async def start(self, message_id, connection, params): argument 45 async def stop(self, message_id, connection, params): argument 55 async def set_sampling_interval(self, message_id, connection, params): argument
|
| /arkcompiler/runtime_core/libabckit/tests/mock/ |
| D | arkts_modify_api_impl_mock.cpp | 29 … const struct AbckitArktsV1ExternalModuleCreateParams *params) in FileAddExternalModuleArktsV1() 40 const struct AbckitArktsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromArktsV1ToArktsV1() 61 const struct AbckitArktsDynamicModuleExportCreateParams *params) in ModuleAddExportFromArktsV1ToArktsV1() 81 AbckitArktsModule *m, const struct AbckitArktsAnnotationInterfaceCreateParams *params) in ModuleAddAnnotationInterface() 91 … [[maybe_unused]] const struct AbckitArktsAnnotationCreateParams *params) in ClassAddAnnotation() 108 …AbckitArktsAnnotationInterface *ai, const struct AbckitArktsAnnotationInterfaceFieldCreateParams *… in AnnotationInterfaceAddField() 127 … [[maybe_unused]] const struct AbckitArktsAnnotationCreateParams *params) in FunctionAddAnnotation() 144 … struct AbckitArktsAnnotationElementCreateParams *params) in AnnotationAddAnnotationElement()
|
| D | js_modify_api_impl_mock.cpp | 28 …sModule *FileAddExternalModule(AbckitFile *file, const struct AbckitJsExternalModuleCreateParams *… in FileAddExternalModule() 38 const struct AbckitJsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromJsToJs() 55 … const struct AbckitJsDynamicModuleExportCreateParams *params) in ModuleAddExportFromJsToJs()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson ¶ms) in Create() 57 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson ¶ms) in Create() 129 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson ¶ms) in Create() 165 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson ¶ms) in Create() 211 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() 235 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() 257 …unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson ¶ms) in Create() 279 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() 301 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson ¶ms) in Create() 323 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 325 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams ¶ms) in AddInspectedHeapObject() 348 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId() 356 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams ¶ms, in GetObjectByHeapObjectId() [all …]
|
| D | debugger_impl.cpp | 661 …std::unique_ptr<ContinueToLocationParams> params = ContinueToLocationParams::Create(request.GetPar… in ContinueToLocation() local 673 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local 695 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local 713 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local 726 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local 745 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local 756 …std::unique_ptr<RemoveBreakpointsByUrlParams> params = RemoveBreakpointsByUrlParams::Create(reques… in RemoveBreakpointsByUrl() local 767 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local 784 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local 799 …std::unique_ptr<SetBreakpointsActiveParams> params = SetBreakpointsActiveParams::Create(request.Ge… in SetBreakpointsActive() local [all …]
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | annotation_impl.h | 38 struct AbckitArktsAnnotationElementCreateParams params { in AddElement() struct 47 AbckitArktsAnnotationElementCreateParams *params) const in AddAndGetElementImpl() 60 struct AbckitArktsAnnotationElementCreateParams params { in AddAndGetElement() struct 70 struct AbckitArktsAnnotationElementCreateParams params { in AddAnnotationElement() struct
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_arkts_modify_impl.cpp | 51 … const struct AbckitArktsV1ExternalModuleCreateParams *params) in FileAddExternalModuleArktsV1() 77 const AbckitArktsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromArktsV1ToArktsV1() 141 …Module *exporting, AbckitArktsModule *exported, const AbckitArktsDynamicModuleExportCreateParams *… in ModuleAddExportFromArktsV1ToArktsV1() 204 AbckitArktsModule *m, const AbckitArktsAnnotationInterfaceCreateParams *params) in ModuleAddAnnotationInterface() 231 … const AbckitArktsAnnotationCreateParams *params) in ClassAddAnnotation() 291 … AbckitArktsAnnotationInterface *ai, const AbckitArktsAnnotationInterfaceFieldCreateParams *params) in AnnotationInterfaceAddField() 343 … const AbckitArktsAnnotationCreateParams *params) in FunctionAddAnnotation() 402 AbckitArktsAnnotation *anno, AbckitArktsAnnotationElementCreateParams *params) in AnnotationAddAnnotationElement()
|
| D | metadata_js_modify_impl.cpp | 32 … const struct AbckitJsExternalModuleCreateParams *params) in FileAddExternalModule() 55 const struct AbckitJsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromJsToJs() 84 … const AbckitJsDynamicModuleExportCreateParams *params) in ModuleAddExportFromJsToJs()
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | heapprofiler_client.cpp | 58 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in HeapDumpCommand() local 81 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in AllocationTrackCommand() local 102 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in AllocationTrackStopCommand() local 123 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Enable() local 143 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Disable() local 163 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in Samping() local 184 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SampingStop() local 204 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CollectGarbage() local 248 std::unique_ptr<PtJson> params; in RecvReply() local
|
| D | debugger_client.cpp | 74 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in BreakCommand() local 101 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DeleteCommand() local 122 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in DisableCommand() local 146 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in EnableCommand() local 235 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in ResumeCommand() local 254 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepIntoCommand() local 273 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOutCommand() local 292 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in StepOverCommand() local 367 std::unique_ptr<PtJson> params; in PausedReply() local 445 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand() local [all …]
|
| D | profiler_client.cpp | 52 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileEnableCommand() local 72 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileDisableCommand() local 92 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileCommand() local 112 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in CpuprofileStopCommand() local 132 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in SetSamplingIntervalCommand() local
|
| D | runtime_client.cpp | 53 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in HeapusageCommand() local 73 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeEnableCommand() local 93 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RuntimeDisableCommand() local 113 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local 135 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand() local 159 std::unique_ptr<PtJson> params = PtJson::CreateObject(); in GetPropertiesCommand2() 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() 147 …egen::CallRuntime(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallRuntime() 153 …gen::CallFastPath(Inst *inst, EntrypointId id, Reg dstReg, RegMask preservedRegs, Args &&...params) in CallFastPath() 159 …en::CallRuntimeWithMethod(Inst *inst, void *method, EntrypointId eid, Reg dstReg, Args &&...params) in CallRuntimeWithMethod() 179 Args &&...params) in CallBarrier() 297 … VRegMask *liveVregs, Arg param, Args &&...params) in AddParamRegsInLiveMasksHandleArgs() 317 void Codegen::AddParamRegsInLiveMasks(RegMask *liveRegs, VRegMask *liveVregs, Args &&...params) in AddParamRegsInLiveMasks() 325 …n::CreateStubCall(Inst *inst, RuntimeInterface::IntrinsicId intrinsicId, Reg dst, Args &&...params) in CreateStubCall() 390 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
|
| /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_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_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
|