/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | dfx_jsnapi.h | 66 …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/ |
D | heap_profiler_interface.h | 49 …virtual bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true)…
|
D | heap_profiler.h | 85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
|
D | heap_profiler.cpp | 202 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/ |
D | dfx_jsnapi.cpp | 193 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/ |
D | heapprofiler_impl.cpp | 361 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/ |
D | dfx_jsnapi_tests.cpp | 189 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/ |
D | ecma_vm.cpp | 516 void EcmaVM::StopHeapTracking() in StopHeapTracking() function in panda::ecmascript::EcmaVM 518 heap_->StopHeapTracking(); in StopHeapTracking()
|
D | ecma_vm.h | 318 void StopHeapTracking();
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 141 heapProfile->StopHeapTracking(&stream, nullptr); in HWTEST_F_L0() 196 heapProfile->StopHeapTracking(&stream, &testProgress); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap.h | 415 void StopHeapTracking() in StopHeapTracking() function
|