Searched refs:profMap_ (Results 1 – 2 of 2) sorted by relevance
177 profMap_ = { in OptCodeProfiler()203 std::map<EcmaOpcode, Value> profMap_; variable221 profMap_ = { in TypedOpProfiler()230 auto it = profMap_.find(opcode); in Update()231 if (it != profMap_.end()) { in Update()241 << profMap_.at(it->second); in PrintAndReset()243 profMap_.at(it->second) = 0; in PrintAndReset()249 std::map<OpCode, uint64_t> profMap_; variable
31 for (auto it = profMap_.begin(); it != profMap_.end(); it++) { in PrintAndReset()135 auto it = profMap_.find(opcode); in Update()136 if (it != profMap_.end()) { in Update()