/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_profiler_interface.h | 59 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
|
H A D | heap_profiler.h | 146 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
|
H A D | heap_profiler.cpp | 725 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() function in panda::ecmascript::HeapProfiler 742 const_cast<EcmaVM *>(vm_)->StartHeapTracking(); in StartHeapTracking()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_tracker_first_test.cpp | 119 heapProfile->StartHeapTracking(50);
in HWTEST_F_L0() 173 heapProfile->StartHeapTracking(50, true, &testStream, true);
in HWTEST_F_L0()
|
H A D | heap_dump_test.cpp | 557 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr, 560 return profiler_->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread); 714 bool start = heapProfile->StartHeapTracking(50); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | dfx_jsnapi.h | 81 static bool StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode = true,
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | dfx_jsnapi_tests.cpp | 180 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0() 228 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_vm.cpp | 681 void EcmaVM::StartHeapTracking() in StartHeapTracking() function in panda::ecmascript::EcmaVM 683 heap_->StartHeapTracking(); in StartHeapTracking()
|
H A D | ecma_vm.h | 493 void StartHeapTracking();
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | heapprofiler_impl.cpp | 395 bool result = panda::DFXJSNApi::StartHeapTracking(vm_, INTERVAL, true, &stream_, traceAllocation, false); in StartTrackingHeapObjects() 414 return DispatchResponse::Fail("StartHeapTracking fail"); in StartTrackingHeapObjects()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | dfx_jsnapi.cpp | 350 bool DFXJSNApi::StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeInterval, in StartHeapTracking() function in panda::DFXJSNApi 359 return heapProfile->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread); in StartHeapTracking()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap.h | 1365 void StartHeapTracking() in StartHeapTracking() function in panda::panda::ecmascript::Heap
|