Home
last modified time | relevance | path

Searched refs:StopHeapTracking (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h66 …static bool StopHeapTracking(const EcmaVM *vm, const std::string &filePath, bool newThread = true);
67 …static bool StopHeapTracking(const EcmaVM *vm, Stream *stream, Progress *progress = nullptr, bool …
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h49 …virtual bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true)…
Dheap_profiler.h85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
Dheap_profiler.cpp202 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking() function in panda::ecmascript::HeapProfiler
209 const_cast<EcmaVM *>(vm_)->StopHeapTracking(); in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp193 bool DFXJSNApi::StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::str… in StopHeapTracking() function in panda::DFXJSNApi
198 return StopHeapTracking(vm, &stream, nullptr, newThread); in StopHeapTracking()
205 bool DFXJSNApi::StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream* stream, in StopHeapTracking() function in panda::DFXJSNApi
213 result = heapProfile->StopHeapTracking(stream, progress, newThread); in StopHeapTracking()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp361 result = panda::DFXJSNApi::StopHeapTracking(vm_, &stream_, &progress, false); in StopTrackingHeapObjects()
363 result = panda::DFXJSNApi::StopHeapTracking(vm_, &stream_, nullptr, false); in StopTrackingHeapObjects()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp189 bool stopResult = DFXJSNApi::StopHeapTracking(vm_, filePath); in HWTEST_F_L0()
237 bool stopResult = DFXJSNApi::StopHeapTracking(vm_, &fileStream); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp516 void EcmaVM::StopHeapTracking() in StopHeapTracking() function in panda::ecmascript::EcmaVM
518 heap_->StopHeapTracking(); in StopHeapTracking()
Decma_vm.h318 void StopHeapTracking();
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp141 heapProfile->StopHeapTracking(&stream, nullptr); in HWTEST_F_L0()
196 heapProfile->StopHeapTracking(&stream, &testProgress); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h415 void StopHeapTracking() in StopHeapTracking() function