Home
last modified time | relevance | path

Searched refs:SetIsStartHeapSampling (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp32 vm_->GetJSThread()->SetIsStartHeapSampling(true); in HeapSampling()
38 vm_->GetJSThread()->SetIsStartHeapSampling(false); in ~HeapSampling()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h256 void SetIsStartHeapSampling(bool isStart) in SetIsStartHeapSampling() function