Home
last modified time | relevance | path

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

12345678

/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.cpp152 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/
Ddebugger_api.py81 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 …]
Dheap_profiler_api.py38 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
Druntime_api.py37 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
Dprofiler_api.py36 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/
Darkts_modify_api_impl_mock.cpp29const 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()
144struct AbckitArktsAnnotationElementCreateParams *params) in AnnotationAddAnnotationElement()
Djs_modify_api_impl_mock.cpp28 …sModule *FileAddExternalModule(AbckitFile *file, const struct AbckitJsExternalModuleCreateParams *… in FileAddExternalModule()
38 const struct AbckitJsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromJsToJs()
55const struct AbckitJsDynamicModuleExportCreateParams *params) in ModuleAddExportFromJsToJs()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create()
57 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create()
129 std::unique_ptr<ContinueToLocationParams> ContinueToLocationParams::Create(const PtJson &params) in Create()
165 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &params) in Create()
211 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create()
235 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create()
257 …unique_ptr<RemoveBreakpointsByUrlParams> RemoveBreakpointsByUrlParams::Create(const PtJson &params) in Create()
279 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create()
301 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &params) in Create()
323 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
325 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams &params) in AddInspectedHeapObject()
348 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams &params, in GetHeapObjectId()
356 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams &params, in GetObjectByHeapObjectId()
[all …]
Ddebugger_impl.cpp661 …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/
Dannotation_impl.h38 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/
Dmetadata_arkts_modify_impl.cpp51const 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()
231const AbckitArktsAnnotationCreateParams *params) in ClassAddAnnotation()
291 … AbckitArktsAnnotationInterface *ai, const AbckitArktsAnnotationInterfaceFieldCreateParams *params) in AnnotationInterfaceAddField()
343const AbckitArktsAnnotationCreateParams *params) in FunctionAddAnnotation()
402 AbckitArktsAnnotation *anno, AbckitArktsAnnotationElementCreateParams *params) in AnnotationAddAnnotationElement()
Dmetadata_js_modify_impl.cpp32const struct AbckitJsExternalModuleCreateParams *params) in FileAddExternalModule()
55 const struct AbckitJsImportFromDynamicModuleCreateParams *params) in ModuleAddImportFromJsToJs()
84const AbckitJsDynamicModuleExportCreateParams *params) in ModuleAddExportFromJsToJs()
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp58 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
Ddebugger_client.cpp74 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 …]
Dprofiler_client.cpp52 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
Druntime_client.cpp53 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/
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()
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/
Dassembler_mangling_test.cpp37 std::vector<Function::Parameter> params; variable
71 std::vector<Function::Parameter> params; variable
/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_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_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

12345678