Home
last modified time | relevance | path

Searched refs:analysis_results_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_analysis_results.cpp23 BytecodeAnalysisResultMap BytecodeAnalysisResults::analysis_results_; member in panda::bytecodeopt::BytecodeAnalysisResults
163 return GetOrCreateElementInMap<BytecodeAnalysisResult>(analysis_results_, recordname, exists); in GetOrCreateBytecodeAnalysisResult()
171 auto iter = analysis_results_.find(recordname); in GetLocalExportConstForRecord()
172 if (iter == analysis_results_.end()) { in GetLocalExportConstForRecord()
187 auto iter = analysis_results_.find(recordname); in GetRegularImportConstForRecord()
188 if (iter == analysis_results_.end()) { in GetRegularImportConstForRecord()
197 iter = analysis_results_.find(source_record); in GetRegularImportConstForRecord()
198 if (iter == analysis_results_.end()) { in GetRegularImportConstForRecord()
209 auto iter = analysis_results_.find(recordname); in GetModuleNamespaceConstForRecord()
210 if (iter == analysis_results_ in GetModuleNamespaceConstForRecord()
[all...]
H A Dbytecode_analysis_results.h85 static BytecodeAnalysisResultMap analysis_results_; member in panda::bytecodeopt::BytecodeAnalysisResults

Completed in 1 milliseconds