Home
last modified time | relevance | path

Searched refs:GetOutToFile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h97 bool GetOutToFile();
Dcpu_profiler.cpp568 bool CpuProfiler::GetOutToFile() in GetOutToFile() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp263 if (profiler_->GetOutToFile()) { in ~EcmaVM()