Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp97 JSPandaFileManager *pandaFileManager = JSPandaFileManager::GetInstance(); in StartCpuProfilerForInfo() local
98 pandaFileManager->EnumerateJSPandaFiles([&](const std::shared_ptr<JSPandaFile> &file) -> bool { in StartCpuProfilerForInfo()
99 pandaFileManager->CpuProfilerGetJSPtExtractor(file.get()); in StartCpuProfilerForInfo()
155 JSPandaFileManager *pandaFileManager = JSPandaFileManager::GetInstance(); in StartCpuProfilerForFile() local
156 pandaFileManager->EnumerateJSPandaFiles([&](const std::shared_ptr<JSPandaFile> &file) -> bool { in StartCpuProfilerForFile()
157 pandaFileManager->CpuProfilerGetJSPtExtractor(file.get()); in StartCpuProfilerForFile()