Home
last modified time | relevance | path

Searched refs:bcInfoCollectors_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h131 fileInfos_(fileInfos), bcInfoCollectors_(bcInfoCollectors), optBCRange_(optBCRange) { in PassManager()
157 const CVector<std::unique_ptr<BytecodeInfoCollector>> &bcInfoCollectors_; member in panda::ecmascript::kungfu::PassManager
H A Daot_compiler_preprocessor.cpp197 auto &collector = *bcInfoCollectors_[i]; in DoPreAnalysis()
289 bcInfoCollectors_.reserve(fileInfos_.size()); in GenerateBytecodeInfoCollectors()
294 bcInfoCollectors_.emplace_back(std::move(collectorPtr)); in GenerateBytecodeInfoCollectors()
351 auto& collector = *bcInfoCollectors_[i]; in GeneratePGOTypes()
451 auto& collector = *bcInfoCollectors_[i]; in GenerateMethodMap()
H A Daot_compiler_preprocessor.h193 return bcInfoCollectors_; in GetBcInfoCollectors()
245 CVector<std::unique_ptr<BytecodeInfoCollector>> bcInfoCollectors_; member in panda::ecmascript::kungfu::AotCompilerPreprocessor
H A Dpass_manager.cpp249 auto &collector = *bcInfoCollectors_[i];

Completed in 3 milliseconds