Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.SSAIdent
-
Packages that use SSAIdent Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.parse.utils org.benf.cfr.reader.bytecode.analysis.types -
-
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 SSAIdent Modifier and Type Method Description private static java.util.Map<SSAIdent,java.util.Set<SSAIdent>>Op02WithProcessedDataAndRefs. createReverseMap(java.util.Map<SSAIdent,java.util.Set<SSAIdent>> downMap)private static java.util.Map<SSAIdent,java.util.Set<SSAIdent>>Op02WithProcessedDataAndRefs. createReverseMap(java.util.Map<SSAIdent,java.util.Set<SSAIdent>> downMap)Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type SSAIdent Modifier and Type Method Description private static java.util.Map<SSAIdent,java.util.Set<SSAIdent>>Op02WithProcessedDataAndRefs. createReverseMap(java.util.Map<SSAIdent,java.util.Set<SSAIdent>> downMap)private static java.util.Map<SSAIdent,java.util.Set<SSAIdent>>Op02WithProcessedDataAndRefs. createReverseMap(java.util.Map<SSAIdent,java.util.Set<SSAIdent>> downMap)private voidOp02WithProcessedDataAndRefs. mapSSASlots(java.util.Map<Pair<Slot,SSAIdent>,Ident> identmap) -
Uses of SSAIdent in org.benf.cfr.reader.bytecode.analysis.parse.utils
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils declared as SSAIdent Modifier and Type Field Description static SSAIdentSSAIdent. poisonprivate SSAIdentLValueAssignmentAndAliasCondenser.VersionedLValue. ssaIdentFields in org.benf.cfr.reader.bytecode.analysis.parse.utils with type parameters of type SSAIdent Modifier and Type Field Description private static java.util.Set<SSAIdent>LValueAssignmentAndAliasCondenser. emptyFixedprivate java.util.Set<SSAIdent>LValueAssignmentAndAliasCondenser.MutationRewriterSecondPass. fixedprivate java.util.Map<KEYTYPE,SSAIdent>SSAIdentifiers. knownIdentifiersOnEntryprivate java.util.Map<KEYTYPE,SSAIdent>SSAIdentifiers. knownIdentifiersOnExitMethods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return SSAIdent Modifier and Type Method Description SSAIdentSSAIdentifierFactory. getIdent(KEYTYPE lValue)SSAIdentSSAIdentifiers. getSSAIdentOnEntry(KEYTYPE lValue)SSAIdentSSAIdentifiers. getSSAIdentOnExit(KEYTYPE lValue)SSAIdentSSAIdent. mergeWith(SSAIdent other)Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return types with arguments of type SSAIdent Modifier and Type Method Description java.util.Map<KEYTYPE,SSAIdent>SSAIdentifiers. getKnownIdentifiersOnExit()Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type SSAIdent Modifier and Type Method Description booleanSSAIdent. isFirstIn(SSAIdent other)booleanSSAIdent. isSuperSet(SSAIdent other)SSAIdentSSAIdent. mergeWith(SSAIdent other)private booleanSSAIdentifiers. registerChange(java.util.Map<KEYTYPE,SSAIdent> knownIdentifiers, KEYTYPE lValue, SSAIdent otherIdent)voidSSAIdentifiers. setKnownIdentifierOnEntry(KEYTYPE lValue, SSAIdent ident)voidSSAIdentifiers. setKnownIdentifierOnExit(KEYTYPE lValue, SSAIdent ident)Method parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils with type arguments of type SSAIdent Modifier and Type Method Description private voidSSAIdentifiers. consume(java.util.Map<KEYTYPE,SSAIdent> others)LValueRewriterLValueAssignmentAndAliasCondenser.AliasRewriter. getWithFixed(java.util.Set<SSAIdent> fixed)LValueRewriterLValueAssignmentAndAliasCondenser. getWithFixed(java.util.Set<SSAIdent> fixed)LValueRewriterLValueAssignmentAndAliasCondenser.MutationRewriterSecondPass. getWithFixed(java.util.Set<SSAIdent> fixed)LValueRewriterLValueRewriter. getWithFixed(java.util.Set<SSAIdent> fixed)private booleanSSAIdentifiers. registerChange(java.util.Map<KEYTYPE,SSAIdent> knownIdentifiers, KEYTYPE lValue, SSAIdent otherIdent)Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type SSAIdent Constructor Description VersionedLValue(LValue lValue, SSAIdent ssaIdent)Constructor parameters in org.benf.cfr.reader.bytecode.analysis.parse.utils with type arguments of type SSAIdent Constructor Description MutationRewriterSecondPass(java.util.Map<LValueAssignmentAndAliasCondenser.VersionedLValue,StatementContainer> mutableReplacable, java.util.Set<SSAIdent> fixed)SSAIdentifiers(java.util.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 SSAIdent Modifier and Type Method Description java.util.Map<Slot,SSAIdent>MethodPrototype. collectInitialSlotUsage(SSAIdentifierFactory<Slot,?> ssaIdentifierFactory)
-