| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.cpp | 149 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local 205 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local 219 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 238 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 255 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 272 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 291 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 308 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 324 std::array<VariableType, 5> params = { in DEF_CALL_SIGNATURE() local 342 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local [all …]
|
| D | test_stubs_signature.cpp | 25 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 45 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 65 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 85 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 105 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 125 std::array<VariableType, 9> params = { // 9 : 9 input parameters in DEF_CALL_SIGNATURE() local 146 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 166 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 186 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 206 std::array<VariableType, 6> params = { // 6 : 6 input parameters 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 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson ¶ms) in Create() 157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson ¶ms) in Create() 179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson ¶ms) in Create() 201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson ¶ms) in Create() 223 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson ¶ms) in Create() 245 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson ¶ms) in Create() 275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson ¶ms) in Create() 331 std::unique_ptr<SetPauseOnExceptionsParams> SetPauseOnExceptionsParams::Create(const PtJson ¶ms) in Create() [all …]
|
| D | pt_types.cpp | 672 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() 766 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() 875 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() 923 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() 1040 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() 1191 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() 1234 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() 1283 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() 1322 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() 1362 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson ¶ms) in Create() [all …]
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 49 …std::unique_ptr<AddInspectedHeapObjectParams> params = AddInspectedHeapObjectParams::Create(reques… in AddInspectedHeapObject() local 78 …std::unique_ptr<GetHeapObjectIdParams> params = GetHeapObjectIdParams::Create(request.GetParams()); in GetHeapObjectId() local 92 …std::unique_ptr<GetObjectByHeapObjectIdParams> params = GetObjectByHeapObjectIdParams::Create(requ… in GetObjectByHeapObjectId() local 125 std::unique_ptr<StartSamplingParams> params = StartSamplingParams::Create(request.GetParams()); in StartSampling() local 136 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 253 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams ¶ms) in AddInspectedHeapObject() 275 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId() 283 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams ¶ms, in GetObjectByHeapObjectId() [all …]
|
| D | tracing_impl.cpp | 66 std::unique_ptr<RequestMemoryDumpParams> params = in RequestMemoryDump() local 76 std::unique_ptr<StartParams> params = in Start() local 132 …onse TracingImpl::RequestMemoryDump([[maybe_unused]] std::unique_ptr<RequestMemoryDumpParams> para… in RequestMemoryDump() 138 DispatchResponse TracingImpl::Start([[maybe_unused]] std::unique_ptr<StartParams> params) in Start()
|
| D | debugger_impl.cpp | 312 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local 333 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local 351 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local 364 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local 383 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local 394 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local 411 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local 426 …std::unique_ptr<SetPauseOnExceptionsParams> params = SetPauseOnExceptionsParams::Create(request.Ge… in SetPauseOnExceptions() local 438 std::unique_ptr<StepIntoParams> params = StepIntoParams::Create(request.GetParams()); in StepInto() local 455 std::unique_ptr<StepOverParams> params = StepOverParams::Create(request.GetParams()); in StepOver() 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 182 DispatchResponse ProfilerImpl::SetSamplingInterval(const SetSamplingIntervalParams ¶ms) in SetSamplingInterval() 203 …ponse ProfilerImpl::StartPreciseCoverage([[maybe_unused]] const StartPreciseCoverageParams ¶ms) in StartPreciseCoverage()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_events_test.cpp | 95 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 113 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 137 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 210 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 281 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 305 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 333 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 354 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 367 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 385 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | inspector_test_base.h | 55 …void CallSync(const char *method, std::function<void(JsonObjectBuilder &)> &¶ms, Function &&ha… in CallSync() 62 void CallSync(const char *method, std::function<void(JsonObjectBuilder &)> &¶ms) in CallSync() 69 …Result CallSync(const char *method, std::function<void(JsonObjectBuilder &)> &¶ms, Function &&… in CallSync()
|
| D | breakpoint_test.cpp | 106 [this, startLine, endLine, restrictToFunction](JsonObjectBuilder ¶ms) { in CheckPossibleBreakpoints() 145 CallSync("Debugger.setBreakpoint", [&](auto ¶ms) { in TEST_F() 152 CallSync("Debugger.setBreakpoint", [&](auto ¶ms) { in TEST_F() 175 [&this](auto ¶ms) { in TEST_F() 195 …"Debugger.removeBreakpoint", [&](auto ¶ms) { params.AddProperty("breakpointId", *breakpointId)… in TEST_F() 207 [&](auto ¶ms) { in TEST_F() 238 [&](auto ¶ms) { in TEST_F() 267 [](auto ¶ms) { in TEST_F() 294 CallSync("Debugger.setBreakpoint", [&](auto ¶ms) { in TEST_F() 302 "Debugger.setBreakpointsActive", [](auto ¶ms) { params.AddProperty("active", false); }, in TEST_F() [all …]
|
| D | inspector_test.cpp | 131 … "Debugger.enable", [](auto ¶ms) { params.AddProperty("maxScriptsCacheSize", 10000000); }, in TEST_F() 134 …"Debugger.setPauseOnExceptions", [](auto ¶ms) { params.AddProperty("state", "none"); }, Callba… in TEST_F() 136 …"Debugger.setAsyncCallStackDepth", [](auto ¶ms) { params.AddProperty("maxDepth", 32); }, Callb… in TEST_F() 140 …[](auto ¶ms) { params.AddProperty("patterns", [](JsonArrayBuilder & /* patterns */) {}); }, Ca… in TEST_F()
|
| D | server_test.cpp | 114 server_.Call("foo", [](JsonObjectBuilder ¶ms) { params.AddProperty("x", "bar"); }); in TEST_F() 118 client_.OnCall("foo", [](auto ¶ms) { in TEST_F() 124 client_.OnCall("bar", [](auto ¶ms) { EXPECT_THAT(params, JsonProperties()); }); in TEST_F()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_info.h | 26 TypeInfo(SortIdx sort, const TypeParamsIdx ¶ms) : Sort_(sort), ParamsIdx_(params) {} in TypeInfo() 27 TypeInfo(SortIdx sort, TypeParamsIdx &¶ms) : Sort_(sort), ParamsIdx_(std::move(params)) {} in TypeInfo()
|
| D | type_image.h | 54 PandaString ImageOfTypeParams(const TypeParams ¶ms) in ImageOfTypeParams() 78 const auto ¶ms = type.Params(); in ImageOfType() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | breakpoint_hooks.cpp | 62 void BreakpointHooks::GetPossibleBreakpoints(JsonObjectBuilder &result, const JsonObject ¶ms) in GetPossibleBreakpoints() 120 void BreakpointHooks::RemoveBreakpoint(const JsonObject ¶ms) in RemoveBreakpoint() 156 void BreakpointHooks::SetBreakpointAtLocation(JsonObjectBuilder &result, const JsonObject ¶ms) in SetBreakpointAtLocation() 189 void BreakpointHooks::SetBreakpointByUrl(JsonObjectBuilder &result, const JsonObject ¶ms) in SetBreakpointByUrl() 244 void BreakpointHooks::SetBreakpointsActive(const JsonObject ¶ms) in SetBreakpointsActive()
|
| D | source_manager.cpp | 64 server_.Call("Debugger.scriptParsed", [&](auto ¶ms) { in GetDebugInfo() 86 void SourceManager::GetScriptSource(JsonObjectBuilder &result, const JsonObject ¶ms) in GetScriptSource()
|
| D | server_endpoint-inl.h | 48 …id ServerEndpoint<CONFIG>::Call(const char *method, std::function<void(JsonObjectBuilder &)> &&par… in Call()
|
| D | inspector.cpp | 64 server_.Call("Runtime.executionContextCreated", [](auto ¶ms) { in EnableRuntime() 110 server_.Call("Debugger.paused", [&](auto ¶ms) { in HandlePendingPause()
|
| D | endpoint.cpp | 40 auto *params = request.GetValue<JsonObject::JsonObjPointer>("params"); in HandleMessage() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| 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/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()
|
| D | tsTypeParameterDeclaration.h | 40 …icit TSTypeParameterDeclaration(binder::LocalScope *scope, ArenaVector<TSTypeParameter *> &¶ms, in TSTypeParameterDeclaration()
|
| /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
|