Some platforms don't emit immediate oops to the code. If so, scans of the code for oops can be skipped.
Add flag ImmediateOopsEmitted to each platform specifying the behavior. Only search code for immediate oops if this flag is set. Make sure no oops are emitted to code if the flag is not set.
Add flag ImmediateOopsEmitted to each platform specifying the behavior. Only search code for immediate oops if this flag is set. Make sure no oops are emitted to code if the flag is not set.