Home
last modified time | relevance | path

Searched defs:frontend (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/
Dversions.ts17 frontend?: string; property
/arkcompiler/toolchain/tooling/dynamic/agent/
Dheapprofiler_impl.h129 explicit HeapProfilerStream(Frontend *frontend) in HeapProfilerStream()
180 explicit HeapProfilerProgress(Frontend *frontend) in HeapProfilerProgress()
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
DappState.ts31 frontend?: string; property
/arkcompiler/toolchain/tooling/dynamic/test/
Dtracing_impl_test.cpp258 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
289 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
312 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0() local
Dprofiler_impl_test.cpp474 auto frontend = std::make_unique<ProfilerImpl::Frontend>(channel); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h591 libabckit::Mode frontend = libabckit::Mode::DYNAMIC; member