Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp411 bool DFXJSNApi::StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::str… in StopHeapTracking() function in panda::DFXJSNApi
423 bool DFXJSNApi::StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream* stream, in StopHeapTracking() function in panda::DFXJSNApi
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp500 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking() function in panda::ecmascript::HeapProfiler
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1533 void StopHeapTracking() in StopHeapTracking() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp1269 void EcmaVM::StopHeapTracking() in StopHeapTracking() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp878 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) override in StopHeapTracking() function in panda::test::MockHeapProfiler