Returns the name of this instruction's opcode.
| 280 | |
| 281 | // Returns the name of this instruction's opcode. |
| 282 | const char* Name() const { |
| 283 | return Instruction::Name(Opcode()); |
| 284 | } |
| 285 | |
| 286 | // Returns the name of the given opcode. |
| 287 | static const char* Name(Code opcode) { |
nothing calls this directly
no outgoing calls
no test coverage detected