Home
last modified time | relevance | path

Searched refs:frontend (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h129 explicit HeapProfilerStream(Frontend *frontend) in HeapProfilerStream() argument
130 : frontend_(frontend) {} in HeapProfilerStream()
180 explicit HeapProfilerProgress(Frontend *frontend) in HeapProfilerProgress() argument
181 : frontend_(frontend) {} in HeapProfilerProgress()
/arkcompiler/ets_runtime/test/
H A Druntest.py45 parser.add_argument('-f', '--frontend', metavar='opt',
46 help='run frontend supported opt: ts2abc (slow), es2abc (quick not released)')
53 parser.add_argument('-m', '--module', action='store_true', help='frontend compile with module')
54 parser.add_argument('--frontend-args', metavar='args', help='pass to frontend args')
231 self.frontend = self.ts2abc
232 if not args.frontend:
233 args.frontend = 'ts2abc'
234 if args.frontend not in ['ts2abc', 'es2abc']:
235 print(f'not supported frontend
[all...]
/arkcompiler/toolchain/tooling/test/
H A Dtracing_impl_test.cpp212 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
213 frontend->BufferUsage(0, 0, 0); in HWTEST_F_L0()
243 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
244 frontend->DataCollected(std::move(traceEvents)); in HWTEST_F_L0()
266 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
267 frontend->TracingComplete(); in HWTEST_F_L0()
H A Dprofiler_impl_test.cpp474 auto frontend = std::make_unique<ProfilerImpl::Frontend>(channel); in HWTEST_F_L0() local
475 frontend->PreciseCoverageDeltaUpdate(); in HWTEST_F_L0()

Completed in 4 milliseconds