Home
last modified time | relevance | path

Searched defs:dumpFormat (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
Ddumpheapsnapshot1_fuzzer.cpp36 DumpFormat dumpFormat = DumpFormat::JSON; in DumpHeapSnapshot1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
Ddumpheapsnapshot2_fuzzer.cpp33 DumpFormat dumpFormat = DumpFormat::JSON; in DumpHeapSnapshot2FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp39 DumpFormat dumpFormat = static_cast<DumpFormat>(size % maxEnumNum); in DumpHeapSnapshot3FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h32 DumpFormat dumpFormat; // dumpformat like JSON BINARY and OTHER member
Dheap_profiler.cpp1145 std::string HeapProfiler::GenDumpFileName(DumpFormat dumpFormat) in GenDumpFileName()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp400 DumpFormat dumpFormat = static_cast<DumpFormat>(size % maxEnumNum); in HWTEST_F_L0() local
Dheap_dump_test.cpp103 …bool GenerateRawHeapSnashot(const std::string &filePath, DumpFormat dumpFormat = DumpFormat::BINAR… in GenerateRawHeapSnashot()