| 126 | double GetBonusCost(const Instruction& inst) const { return m_lib_name_map[inst.GetOp()].bonus_cost; } |
| 127 | |
| 128 | int GetLibFunctionIndex(const Instruction& inst) const { return m_lib_name_map[inst.GetOp()].lib_fun_id; } |
| 129 | |
| 130 | int GetNopMod(const Instruction& inst) const |
| 131 | { |
no test coverage detected