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.cpp78 JSPandaFileManager *pandaFileManager = JSPandaFileManager::GetInstance(); in StartCpuProfilerForInfo() local
79 pandaFileManager->EnumerateJSPandaFiles([&](const std::shared_ptr<JSPandaFile> &file) -> bool { in StartCpuProfilerForInfo()
80 pandaFileManager->CpuProfilerGetJSPtExtractor(file.get()); in StartCpuProfilerForInfo()
141 JSPandaFileManager *pandaFileManager = JSPandaFileManager::GetInstance(); in StartCpuProfilerForFile() local
142 pandaFileManager->EnumerateJSPandaFiles([&](const std::shared_ptr<JSPandaFile> &file) -> bool { in StartCpuProfilerForFile()
143 pandaFileManager->CpuProfilerGetJSPtExtractor(file.get()); in StartCpuProfilerForFile()