Uses of Class
org.benf.cfr.reader.bytecode.analysis.variables.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph with type parameters of type SlotModifier and TypeFieldDescriptionprivate SSAIdentifiers<Slot>
Op02WithProcessedDataAndRefs.ssaIdentifiers
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type SlotModifier and TypeMethodDescriptionprivate static NavigableMap<Integer,
JavaTypeInstance> Op02WithProcessedDataAndRefs.assignIdentsAndGetMissingMap
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private static void
Op02WithProcessedDataAndRefs.assignSSAIdentifiers
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta) private static void
Op02WithProcessedDataAndRefs.assignSSAIdentifiersInner
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private void
Op02WithProcessedDataAndRefs.collectLocallyMutatedVariables
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory) private void
private static void
Op02WithProcessedDataAndRefs.removeUnusedSSAIdentifiers
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> op2list) -
Uses of Slot in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type SlotModifier and TypeFieldDescriptionMethodPrototype.syntheticArgs
MethodPrototype.syntheticCaptureArgs
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type SlotModifier and TypeMethodDescriptionMethodPrototype.collectInitialSlotUsage
(SSAIdentifierFactory<Slot, ?> ssaIdentifierFactory) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type SlotModifier and TypeMethodDescriptionMethodPrototype.collectInitialSlotUsage
(SSAIdentifierFactory<Slot, ?> ssaIdentifierFactory) private static boolean
MethodPrototype.satisfiesSlots
(List<Slot> haystack, int start, List<JavaTypeInstance> args)