Home
last modified time | relevance | path

Searched defs:DumpHeapSnapshot (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp57 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::str… in DumpHeapSnapshot() function in panda::DFXJSNApi
69 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream *stream, in DumpHeapSnapshot() function in panda::DFXJSNApi
105 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, in DumpHeapSnapshot() function in panda::DFXJSNApi
146 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, in DumpHeapSnapshot() function in panda::DFXJSNApi
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp224 HWTEST_F_L0(HeapTrackerTest, DumpHeapSnapshot) in HWTEST_F_L0() argument
Dheap_dump_test.cpp542 …bool DumpHeapSnapshot(Stream *stream, const DumpSnapShotOption &dumpOption, Progress *progress = n… in DumpHeapSnapshot() function in panda::test::MockHeapProfiler
547 void DumpHeapSnapshot(const DumpSnapShotOption &dumpOption) override in DumpHeapSnapshot() function in panda::test::MockHeapProfiler
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp156 void HeapProfiler::DumpHeapSnapshot([[maybe_unused]] const DumpSnapShotOption &dumpOption) in DumpHeapSnapshot() function in panda::ecmascript::HeapProfiler
916 bool HeapProfiler::DumpHeapSnapshot(Stream *stream, const DumpSnapShotOption &dumpOption, Progress … in DumpHeapSnapshot() function in panda::ecmascript::HeapProfiler