Package pascal.taie.analysis.pta.plugin
package pascal.taie.analysis.pta.plugin
Provide plugin interface of pointer analysis and
some instances (implementations).
- See Also:
-
ClassDescriptionRecords the elapsed time of pointer analysis.Triggers the analysis of class initializers.Composite plugin which allows multiple independent plugins to be used together.This class is for debugging/testing purpose.Initializes standard entry points for pointer analysis.Handles
AssignLiteral
var = null.HandlesAssignLiteral
where the RValue is ofNumberLiteral
.Analysis plugin interface.Profiler to help identify analysis hot spots in the analyzed program and assist performance tuning for pointer analysis.Models GC behavior that it assigns every reference to Reference.pending.Dump points-to set to file or compare the analysis result with the ones read from input file.Models initialization of system thread group, main thread group, main thread, and some Thread APIs.