Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dprogress.h22 class Progress {
24 virtual ~Progress() = default;
Dheap_profiler_interface.h26 class Progress; variable
43 … virtual bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr,
49 …virtual bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true)…
Dheap_profiler.h78 bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr,
85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
Dheap_profiler.cpp135 bool HeapProfiler::DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress, in DumpHeapSnapshot()
202 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h35 class Progress; variable
43 using Progress = ecmascript::Progress; variable
55 …static void DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, Stream *stream, Progress *progress …
67 …static bool StopHeapTracking(const EcmaVM *vm, Stream *stream, Progress *progress = nullptr, bool …
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp51 Progress *progress = nullptr; in DumpHeapSnapshot3FuzzTest()
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py32 Progress,
40 progress = Progress(
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h154 class HeapProfilerProgress final : public Progress {
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp66 … [[maybe_unused]] Stream *stream, [[maybe_unused]] Progress *progress, in DumpHeapSnapshot()
206 … [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp115 ecmascript::Progress *progress = nullptr; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp36 class TestProgress : public Progress {