Searched defs:DumpHeapSnapshot (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 57 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/ |
| D | heap_tracker_first_test.cpp | 224 HWTEST_F_L0(HeapTrackerTest, DumpHeapSnapshot) in HWTEST_F_L0() argument
|
| D | heap_dump_test.cpp | 542 …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/ |
| D | heap_profiler.cpp | 156 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
|