Home
last modified time | relevance | path

Searched refs:dumpStruct (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp171 struct DumpForSnapShotStruct *dumpStruct = new DumpForSnapShotStruct(); in DumpHeapSnapshotWithVm() local
172 dumpStruct->vm = vm; in DumpHeapSnapshotWithVm()
173 dumpStruct->dumpOption = dumpOption; in DumpHeapSnapshotWithVm()
177 delete dumpStruct; in DumpHeapSnapshotWithVm()
180 work->data = static_cast<void *>(dumpStruct); in DumpHeapSnapshotWithVm()
194 delete dumpStruct; in DumpHeapSnapshotWithVm()
208 delete dumpStruct; in DumpHeapSnapshotWithVm()

Completed in 3 milliseconds