Home
last modified time | relevance | path

Searched refs:StartHeapTracking (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h59 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
H A Dheap_profiler.h146 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
H A Dheap_profiler.cpp725 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 Dheap_tracker_first_test.cpp119 heapProfile->StartHeapTracking(50); in HWTEST_F_L0()
173 heapProfile->StartHeapTracking(50, true, &testStream, true); in HWTEST_F_L0()
H A Dheap_dump_test.cpp557 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 Ddfx_jsnapi.h81 static bool StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode = true,
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp180 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 Decma_vm.cpp681 void EcmaVM::StartHeapTracking() in StartHeapTracking() function in panda::ecmascript::EcmaVM
683 heap_->StartHeapTracking(); in StartHeapTracking()
H A Decma_vm.h493 void StartHeapTracking();
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp395 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 Ddfx_jsnapi.cpp350 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 Dheap.h1365 void StartHeapTracking() in StartHeapTracking() function in panda::panda::ecmascript::Heap

Completed in 15 milliseconds