Home
last modified time | relevance | path

Searched defs:StartHeapTracking (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp448 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() function in panda::ecmascript::HeapProfiler
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp381 bool DFXJSNApi::StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeIn… in StartHeapTracking() function in panda::DFXJSNApi
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1528 void StartHeapTracking() in StartHeapTracking() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp1264 void EcmaVM::StartHeapTracking() in StartHeapTracking() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp872 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr, in StartHeapTracking() function in panda::test::MockHeapProfiler