Determine if this instruction is an invoke.
| 585 | |
| 586 | // Determine if this instruction is an invoke. |
| 587 | bool IsInvoke() const { |
| 588 | return (kInstructionDescriptors[Opcode()].flags & kInvoke) != 0; |
| 589 | } |
| 590 | |
| 591 | // Determine if this instruction is experimental. |
| 592 | bool IsExperimental() const { |
nothing calls this directly
no outgoing calls
no test coverage detected