| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.cpp | 154 std::array<VariableType, 3> params = { in DEF_CALL_SIGNATURE() local 210 std::array<VariableType, 2> params = { in DEF_CALL_SIGNATURE() local 224 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 243 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 260 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 277 std::array<VariableType, 6> params = { in DEF_CALL_SIGNATURE() local 296 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 313 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() local 329 std::array<VariableType, 5> params = { in DEF_CALL_SIGNATURE() local 346 std::array<VariableType, 5> params = { in DEF_CALL_SIGNATURE() local [all …]
|
| D | test_stubs_signature.cpp | 25 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 44 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 63 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 82 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 101 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 120 std::array<VariableType, 8> params = { // 8 : 8 input parameters in DEF_CALL_SIGNATURE() local 140 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 159 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 178 std::array<VariableType, 7> params = { // 7 : 7 input parameters in DEF_CALL_SIGNATURE() local 197 std::array<VariableType, 5> params = { // 5 : 5 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 …<GetPossibleAndSetBreakpointParams> GetPossibleAndSetBreakpointParams::Create(const PtJson ¶ms) in Create() [all …]
|
| D | pt_types.cpp | 931 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson ¶ms) in Create() 1025 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson ¶ms) in Create() 1134 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson ¶ms) in Create() 1182 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson ¶ms) in Create() 1299 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson ¶ms) in Create() 1450 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson ¶ms) in Create() 1493 std::unique_ptr<Location> Location::Create(const PtJson ¶ms) in Create() 1542 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson ¶ms) in Create() 1581 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson ¶ms) in Create() 1621 std::unique_ptr<LocationRange> LocationRange::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 253 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams ¶ms) in AddInspectedHeapObject() 276 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId() 284 …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 | 314 std::unique_ptr<EnableParams> params = EnableParams::Create(request.GetParams()); in Enable() local 335 …std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetP… in EvaluateOnCallFrame() local 353 …std::unique_ptr<GetPossibleBreakpointsParams> params = GetPossibleBreakpointsParams::Create(reques… in GetPossibleBreakpoints() local 366 …std::unique_ptr<GetScriptSourceParams> params = GetScriptSourceParams::Create(request.GetParams()); in GetScriptSource() local 385 …std::unique_ptr<RemoveBreakpointParams> params = RemoveBreakpointParams::Create(request.GetParams(… in RemoveBreakpoint() local 396 std::unique_ptr<ResumeParams> params = ResumeParams::Create(request.GetParams()); in Resume() local 413 …std::unique_ptr<SetBreakpointByUrlParams> params = SetBreakpointByUrlParams::Create(request.GetPar… in SetBreakpointByUrl() local 428 std::unique_ptr<GetPossibleAndSetBreakpointParams> params; in GetPossibleAndSetBreakpointByUrl() local 443 …std::unique_ptr<SetPauseOnExceptionsParams> params = SetPauseOnExceptionsParams::Create(request.Ge… in SetPauseOnExceptions() local 455 std::unique_ptr<StepIntoParams> params = StepIntoParams::Create(request.GetParams()); in StepInto() 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 123 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 138 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 162 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 239 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 310 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 341 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 375 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 411 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local 429 std::unique_ptr<PtJson> params; in HWTEST_F_L0() local [all …]
|
| D | heapprofiler_impl_test.cpp | 93 GetHeapObjectIdParams params; in HWTEST_F_L0() local 104 std::unique_ptr<GetObjectByHeapObjectIdParams> params; in HWTEST_F_L0() local 125 StartSamplingParams params; in HWTEST_F_L0() local 144 StopTrackingHeapObjectsParams params; in HWTEST_F_L0() local 383 StartSamplingParams params; in HWTEST_F_L0() local 394 StartSamplingParams params; in HWTEST_F_L0() local 404 StartSamplingParams params; in HWTEST_F_L0() 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/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()
|
| D | tsFunctionType.h | 40 explicit TSFunctionType(binder::Scope *scope, ArenaVector<Expression *> &¶ms, in TSFunctionType()
|
| D | tsConstructorType.h | 40 explicit TSConstructorType(binder::Scope *scope, ArenaVector<Expression *> &¶ms, in TSConstructorType()
|
| D | tsSignatureDeclaration.h | 44 … ArenaVector<Expression *> &¶ms, Expression *returnTypeAnnotation) in TSSignatureDeclaration()
|
| D | tsMethodSignature.h | 41 … ArenaVector<Expression *> &¶ms, Expression *returnTypeAnnotation, bool computed, in TSMethodSignature()
|
| /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_runtime/test/typeinfer/automatedcases/ |
| D | genericObjectSpreadResultInSwitch.ts | 46 declare const params: Params; constant
|
| /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
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | signature.h | 52 ArenaVector<binder::LocalVariable *> params; variable
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_container_test.h | 135 GetPropertiesParams params; in GetProperties() local
|
| D | js_module_variable_test.h | 137 GetPropertiesParams params; in GetModuleProperties() local
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 75 std::unique_ptr<PtJson> params; in DispatchRequest() local
|