Home
last modified time | relevance | path

Searched defs:DumpFormat (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h29 enum class DumpFormat { JSON, BINARY, OTHER }; enum
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h62 using DumpFormat = ecmascript::DumpFormat; variable