Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.h198 std::unordered_map<EcmaOpcode, uint32_t> bytecodeMap_; variable
Dts_hcr_lowering.cpp65 for (auto a : bytecodeMap_) { in RunTSHCRLowering()
1504 if (bytecodeMap_.find(op) != bytecodeMap_.end()) { in AddBytecodeCount()
1505 bytecodeMap_[op]++; in AddBytecodeCount()
1507 bytecodeMap_[op] = 1; in AddBytecodeCount()
1513 bytecodeMap_.erase(op); in DeleteBytecodeCount()