Home
last modified time | relevance | path

Searched defs:dumpFormat (Results 1 – 6 of 6) 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.h31 DumpFormat dumpFormat; // dumpformat like JSON BINARY and OTHER member
Dheap_profiler.cpp540 std::string HeapProfiler::GenDumpFileName(DumpFormat dumpFormat) in GenDumpFileName()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp401 DumpFormat dumpFormat = static_cast<DumpFormat>(size % maxEnumNum); in HWTEST_F_L0() local