Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.SSAIdent
Packages that use SSAIdent
Package
Description
-
Uses of SSAIdent in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return types with arguments of type SSAIdentModifier and TypeMethodDescriptionOp02WithProcessedDataAndRefs.createReverseMap
(Map<SSAIdent, Set<SSAIdent>> downMap) Op02WithProcessedDataAndRefs.createReverseMap
(Map<SSAIdent, Set<SSAIdent>> downMap) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type SSAIdentModifier and TypeMethodDescriptionOp02WithProcessedDataAndRefs.createReverseMap
(Map<SSAIdent, Set<SSAIdent>> downMap) Op02WithProcessedDataAndRefs.createReverseMap
(Map<SSAIdent, Set<SSAIdent>> downMap) private void
-
Uses of SSAIdent in org.benf.cfr.reader.bytecode.analysis.parse.utils
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils declared as SSAIdentModifier and TypeFieldDescriptionstatic SSAIdent
SSAIdent.poison
private final SSAIdent
LValueAssignmentAndAliasCondenser.VersionedLValue.ssaIdent
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils with type parameters of type SSAIdentModifier and TypeFieldDescriptionLValueAssignmentAndAliasCondenser.emptyFixed
LValueAssignmentAndAliasCondenser.MutationRewriterSecondPass.fixed
SSAIdentifiers.knownIdentifiersOnEntry
SSAIdentifiers.knownIdentifiersOnExit
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return SSAIdentModifier and TypeMethodDescriptionSSAIdentifiers.getSSAIdentOnEntry
(KEYTYPE lValue) SSAIdentifiers.getSSAIdentOnExit
(KEYTYPE lValue) Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return types with arguments of type SSAIdentMethods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type SSAIdentModifier and TypeMethodDescriptionboolean
boolean
SSAIdent.isSuperSet
(SSAIdent other) private boolean
SSAIdentifiers.registerChange
(Map<KEYTYPE, SSAIdent> knownIdentifiers, KEYTYPE lValue, SSAIdent otherIdent) void
SSAIdentifiers.setKnownIdentifierOnEntry
(KEYTYPE lValue, SSAIdent ident) void
SSAIdentifiers.setKnownIdentifierOnExit
(KEYTYPE lValue, SSAIdent ident) Method parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils with type arguments of type SSAIdentModifier and TypeMethodDescriptionprivate void
LValueAssignmentAndAliasCondenser.AliasRewriter.getWithFixed
(Set<SSAIdent> fixed) LValueAssignmentAndAliasCondenser.getWithFixed
(Set<SSAIdent> fixed) LValueAssignmentAndAliasCondenser.MutationRewriterSecondPass.getWithFixed
(Set<SSAIdent> fixed) LValueRewriter.getWithFixed
(Set<SSAIdent> fixed) private boolean
SSAIdentifiers.registerChange
(Map<KEYTYPE, SSAIdent> knownIdentifiers, KEYTYPE lValue, SSAIdent otherIdent) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type SSAIdentConstructor parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils with type arguments of type SSAIdentModifierConstructorDescriptionprivate
MutationRewriterSecondPass
(Map<LValueAssignmentAndAliasCondenser.VersionedLValue, StatementContainer> mutableReplacable, Set<SSAIdent> fixed) SSAIdentifiers
(Map<KEYTYPE, SSAIdent> precomputedIdentifiers) -
Uses of SSAIdent in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type SSAIdentModifier and TypeMethodDescriptionMethodPrototype.collectInitialSlotUsage
(SSAIdentifierFactory<Slot, ?> ssaIdentifierFactory)