Searched defs:dumpFormat (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 136 void HeapProfiler::DumpHeapSnapshot([[maybe_unused]] DumpFormat dumpFormat, [[maybe_unused]] bool i… in DumpHeapSnapshot() 152 bool HeapProfiler::DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress, in DumpHeapSnapshot() 255 std::string HeapProfiler::GenDumpFileName(DumpFormat dumpFormat) in GenDumpFileName()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 55 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int dumpFormat, in DumpHeapSnapshot() 67 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int dumpFormat, in DumpHeapSnapshot() 84 void DFXJSNApi::DumpCpuProfile([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int dumpFormat, in DumpCpuProfile() 106 void DFXJSNApi::DumpHeapSnapshot([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int dumpFormat, in DumpHeapSnapshot() 136 …XJSNApi::DumpHeapSnapshotAllVMs([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] int dumpFormat, in DumpHeapSnapshotAllVMs()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 53 int dumpFormat; member
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 79 const int dumpFormat = static_cast<int>(ecmascript::DumpFormat::JSON); in HWTEST_F_L0() local 107 const int dumpFormat = static_cast<int>(ecmascript::DumpFormat::JSON); in HWTEST_F_L0() local
|