Returns the format of the given opcode.
| 523 | |
| 524 | // Returns the format of the given opcode. |
| 525 | static Format FormatOf(Code opcode) { |
| 526 | return kInstructionDescriptors[opcode].format; |
| 527 | } |
| 528 | |
| 529 | // Returns the index type of the given opcode. |
| 530 | static IndexType IndexTypeOf(Code opcode) { |
nothing calls this directly
no outgoing calls
no test coverage detected