Home
last modified time | relevance | path

Searched defs:isFullGC (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp138 [[maybe_unused]] bool isFullGC) in DumpHeapSnapshot()
153 … bool isVmMode, bool isPrivate, bool captureNumericValue, bool isFullGC) in DumpHeapSnapshot()
312 … bool captureNumericValue, bool traceAllocation, bool isFullGC) in MakeHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h57 bool isFullGC = true; member
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp70 … [[maybe_unused]] bool captureNumericValue, [[maybe_unused]] bool isFullGC) in DumpHeapSnapshot()
86 … [[maybe_unused]] bool captureNumericValue, [[maybe_unused]] bool isFullGC) in DumpCpuProfile()
108 … [[maybe_unused]] bool captureNumericValue, [[maybe_unused]] bool isFullGC) in DumpHeapSnapshot()
138 … [[maybe_unused]] bool captureNumericValue, [[maybe_unused]] bool isFullGC) in DumpHeapSnapshotAllVMs()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp729 void Heap::DumpHeapSnapshotBeforeOOM([[maybe_unused]] bool isFullGC) in DumpHeapSnapshotBeforeOOM()