Return true iff this is the first time this method is called since the last reset (via resetTag).
Return true iff this is the first time this method is called since the last reset (via resetTag). UPDATE PASS ONLY.
PROCESS PASS ONLY.
PROCESS PASS ONLY.
PROCESS PASS ONLY.
PROCESS PASS ONLY.
PROCESS PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY.
UPDATE PASS ONLY. Not concurrency safe on same instance.
PROCESS PASS ONLY.
PROCESS PASS ONLY.
Concurrency safe with itself and delete on the same instance
Returns true if the method's attributes changed.
Returns true if the method's attributes changed. Attributes are whether it is inlineable, and whether it is a trait impl forwarder. Basically this is what is declared in OptimizerCore.AbstractMethodID. In the process, tags all the body askers if the body changes. UPDATE PASS ONLY. Not concurrency safe on same instance.
A method implementation. It must be concrete, and belong either to a Class or a TraitImpl.
A single instance is **not** concurrency safe (unless otherwise noted in a method comment). However, the global state modifications are concurrency safe.