Interface IOptimizerTarget
- All Known Subinterfaces:
ICMethod
,IERoutineContext
public interface IOptimizerTarget
Base interface for objects that may be the target of an optimizer. Currently, this interface
should not be extended by anything by
IERoutineContext
(for IR) and ICMethod
(for
AST).-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the target name, typically, the signature or address of the method being optimized.
-
Method Details
-
getTargetName
String getTargetName()Retrieve the target name, typically, the signature or address of the method being optimized.- Returns:
- may be null
-