Returns the flags for the given opcode.
| 533 | |
| 534 | // Returns the flags for the given opcode. |
| 535 | static uint8_t FlagsOf(Code opcode) { |
| 536 | return kInstructionDescriptors[opcode].flags; |
| 537 | } |
| 538 | |
| 539 | // Return the verify flags for the given opcode. |
| 540 | static uint32_t VerifyFlagsOf(Code opcode) { |
nothing calls this directly
no outgoing calls
no test coverage detected