Returns a pointer to the next instruction in the stream.
| 245 | |
| 246 | // Returns a pointer to the next instruction in the stream. |
| 247 | const Instruction* Next() const { |
| 248 | return RelativeAt(SizeInCodeUnits()); |
| 249 | } |
| 250 | |
| 251 | // Returns a pointer to the instruction after this 1xx instruction in the stream. |
| 252 | const Instruction* Next_1xx() const { |
nothing calls this directly
no outgoing calls
no test coverage detected