Searched refs:Progress (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | progress.h | 22 class Progress { 24 virtual ~Progress() = default;
|
D | heap_profiler_interface.h | 26 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)…
|
D | heap_profiler.h | 78 bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr, 85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
|
D | heap_profiler.cpp | 135 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/ |
D | dfx_jsnapi.h | 35 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/ |
D | dumpheapsnapshot3_fuzzer.cpp | 51 Progress *progress = nullptr; in DumpHeapSnapshot3FuzzTest()
|
/arkcompiler/toolchain/build/prebuilts_download/ |
D | prebuilts_download.py | 32 Progress, 40 progress = Progress(
|
/arkcompiler/toolchain/tooling/agent/ |
D | heapprofiler_impl.h | 154 class HeapProfilerProgress final : public Progress {
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 66 … [[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/ |
D | dfx_jsnapi_tests.cpp | 115 ecmascript::Progress *progress = nullptr; in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 36 class TestProgress : public Progress {
|