Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h177 profMap_ = { in OptCodeProfiler()
203 std::map<EcmaOpcode, Value> profMap_; variable
221 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
Dopt_code_profiler.cpp31 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()