Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp154 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 …]
Dtest_stubs_signature.cpp25 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/
Dpt_params.cpp19 std::unique_ptr<EnableParams> EnableParams::Create(const PtJson &params) in Create()
41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create()
111 …unique_ptr<GetPossibleBreakpointsParams> GetPossibleBreakpointsParams::Create(const PtJson &params) in Create()
157 std::unique_ptr<GetScriptSourceParams> GetScriptSourceParams::Create(const PtJson &params) in Create()
179 std::unique_ptr<RemoveBreakpointParams> RemoveBreakpointParams::Create(const PtJson &params) in Create()
201 std::unique_ptr<ResumeParams> ResumeParams::Create(const PtJson &params) in Create()
223 …unique_ptr<SetAsyncCallStackDepthParams> SetAsyncCallStackDepthParams::Create(const PtJson &params) in Create()
245 std::unique_ptr<SetBlackboxPatternsParams> SetBlackboxPatternsParams::Create(const PtJson &params) in Create()
275 std::unique_ptr<SetBreakpointByUrlParams> SetBreakpointByUrlParams::Create(const PtJson &params) in Create()
331 …<GetPossibleAndSetBreakpointParams> GetPossibleAndSetBreakpointParams::Create(const PtJson &params) in Create()
[all …]
Dpt_types.cpp931 std::unique_ptr<RemoteObject> RemoteObject::Create(const PtJson &params) in Create()
1025 std::unique_ptr<ExceptionDetails> ExceptionDetails::Create(const PtJson &params) in Create()
1134 std::unique_ptr<InternalPropertyDescriptor> InternalPropertyDescriptor::Create(const PtJson &params) in Create()
1182 std::unique_ptr<PrivatePropertyDescriptor> PrivatePropertyDescriptor::Create(const PtJson &params) in Create()
1299 std::unique_ptr<PropertyDescriptor> PropertyDescriptor::Create(const PtJson &params) in Create()
1450 std::unique_ptr<CallArgument> CallArgument::Create(const PtJson &params) in Create()
1493 std::unique_ptr<Location> Location::Create(const PtJson &params) in Create()
1542 std::unique_ptr<ScriptPosition> ScriptPosition::Create(const PtJson &params) in Create()
1581 std::unique_ptr<SearchMatch> SearchMatch::Create(const PtJson &params) in Create()
1621 std::unique_ptr<LocationRange> LocationRange::Create(const PtJson &params) in Create()
[all …]
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp50 …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 &params) in AddInspectedHeapObject()
276 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams &params, in GetHeapObjectId()
284 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams &params, in GetObjectByHeapObjectId()
[all …]
Dtracing_impl.cpp66 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()
Ddebugger_impl.cpp314 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 …]
Dprofiler_impl.cpp84 …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 &params) in SetSamplingInterval()
203 …ponse ProfilerImpl::StartPreciseCoverage([[maybe_unused]] const StartPreciseCoverageParams &params) in StartPreciseCoverage()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp95 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 …]
Dheapprofiler_impl_test.cpp93 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/
Dassembler_mangling_test.cpp37 std::vector<Function::Parameter> params; variable
71 std::vector<Function::Parameter> params; variable
Dmangling_tests.cpp25 std::vector<Function::Parameter> params; in TEST() local
45 std::vector<Function::Parameter> params; in TEST() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameterInstantiation.h34 explicit TSTypeParameterInstantiation(ArenaVector<Expression *> &&params) in TSTypeParameterInstantiation()
DtsTypeParameterDeclaration.h40 …icit TSTypeParameterDeclaration(binder::LocalScope *scope, ArenaVector<TSTypeParameter *> &&params, in TSTypeParameterDeclaration()
DtsFunctionType.h40 explicit TSFunctionType(binder::Scope *scope, ArenaVector<Expression *> &&params, in TSFunctionType()
DtsConstructorType.h40 explicit TSConstructorType(binder::Scope *scope, ArenaVector<Expression *> &&params, in TSConstructorType()
DtsSignatureDeclaration.h44ArenaVector<Expression *> &&params, Expression *returnTypeAnnotation) in TSSignatureDeclaration()
DtsMethodSignature.h41ArenaVector<Expression *> &&params, Expression *returnTypeAnnotation, bool computed, in TSMethodSignature()
/arkcompiler/runtime_core/assembler/
Dmangling.h42 …ring MangleFunctionName(const std::string &name, const std::vector<pandasm::Function::Parameter> &… in MangleFunctionName()
64const std::vector<pandasm::Function::Parameter> &params) in GetFunctionSignatureFromName()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericObjectSpreadResultInSwitch.ts46 declare const params: Params; constant
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp39 void ParserImpl::AddCommonjsParams(ArenaVector<ir::Expression *> &params) in AddCommonjsParams()
79 ArenaVector<ir::Expression *> params(Allocator()->Adapter()); in ParseCommonjs() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.h52 ArenaVector<binder::LocalVariable *> params; variable
/arkcompiler/toolchain/tooling/test/testcases/
Djs_container_test.h135 GetPropertiesParams params; in GetProperties() local
Djs_module_variable_test.h137 GetPropertiesParams params; in GetModuleProperties() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp75 std::unique_ptr<PtJson> params; in DispatchRequest() local

123