Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp92 if (log_->nameIndex_.find(name_) == log_->nameIndex_.end()) { in TimeScope()
93 log_->nameIndex_[name_] = log_->GetIndex(); in TimeScope()
103 if (log_->nameIndex_.find(name_) == log_->nameIndex_.end()) { in TimeScope()
104 log_->nameIndex_[name_] = log_->GetIndex(); in TimeScope()
150 auto myIndexMap = nameIndex_; in PrintPassTime()
Dcompiler_log.h114 std::map<std::string, int> nameIndex_; variable