repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
soot | soot-master/src/main/java/soot/toolkits/graph/MutableEdgeLabelledDirectedGraph.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2007 Richard L. Halpert
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, ei... | 2,823 | 28.416667 | 118 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/Orderer.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2006 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either ve... | 1,517 | 31.297872 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/PostDominatorAnalysis.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eithe... | 4,353 | 26.043478 | 86 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/PseudoTopologicalOrderer.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai, Patrick Lam
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwa... | 5,541 | 27.13198 | 91 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/ReversePseudoTopologicalOrderer.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation... | 1,416 | 32.738095 | 101 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/ReversibleGraph.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free So... | 1,308 | 29.44186 | 87 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/SimpleDominatorsFinder.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free So... | 5,432 | 26.165 | 121 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/SlowPseudoTopologicalOrderer.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai, Patrick Lam
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwa... | 8,609 | 28.385666 | 123 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/StronglyConnectedComponents.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrick Lam, Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foun... | 6,908 | 30.121622 | 118 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/StronglyConnectedComponentsFast.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2008 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either ve... | 5,805 | 28.622449 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/TrapUnitGraph.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwa... | 5,099 | 42.965517 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/UnitGraph.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwa... | 12,593 | 30.80303 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/ZonedBlockGraph.java | package soot.toolkits.graph;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville, Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwa... | 3,987 | 35.587156 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/FlowInfo.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 1,529 | 21.173913 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/IInteractionConstants.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 1,730 | 35.829787 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/IInteractionController.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 1,070 | 32.46875 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/IInteractionListener.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 1,046 | 30.727273 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/InteractionEvent.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 1,257 | 21.872727 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/interaction/InteractionHandler.java | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Found... | 7,134 | 23.688581 | 109 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/ConditionalPDGNode.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 1,408 | 28.978723 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/EnhancedBlockGraph.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 1,188 | 28.725 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/EnhancedUnitGraph.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 17,727 | 29.460481 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/HashMutablePDG.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 28,182 | 38.088766 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/IRegion.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 1,900 | 25.041096 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/LoopedPDGNode.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 1,307 | 23.679245 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/MHGDominatorTree.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 1,532 | 33.840909 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/PDGNode.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 3,780 | 22.484472 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/PDGRegion.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 10,599 | 28.120879 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/ProgramDependenceGraph.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 3,420 | 29.81982 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/Region.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 5,407 | 24.389671 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/graph/pdg/RegionAnalysis.java | package soot.toolkits.graph.pdg;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 - 2010 Hossein Sadat-Mohtasham
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 12,240 | 33.775568 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/AbstractBoundedFlowSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 1,697 | 25.952381 | 123 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/AbstractFlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 3,947 | 30.83871 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/AbstractFlowSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 5,111 | 19.125984 | 123 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ArrayFlowUniverse.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 1,363 | 24.259259 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ArrayPackedSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* updated 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* pu... | 6,729 | 23.652015 | 101 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ArraySparseSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 8,350 | 25.015576 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/BackwardFlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,657 | 28.607143 | 109 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/BinaryIdentitySet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2007 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either v... | 2,087 | 23.27907 | 108 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/BoundedFlowSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,477 | 29.791667 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/BranchedFlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2000 Patrick Lam
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, e... | 2,372 | 34.954545 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/CollectionFlowUniverse.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 1,526 | 25.327586 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/CombinedAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 995 | 32.2 | 78 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/CombinedDUAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 7,781 | 30.253012 | 120 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ConstantInitializerToTagTransformer.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 9,941 | 37.091954 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ConstantValueToInitializerTransformer.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 7,486 | 36.248756 | 120 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/FastColorer.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 11,453 | 32.2 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/FlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 17,492 | 27.961921 | 124 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/FlowSensitiveConstantPropagator.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Phong Co
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either vers... | 11,749 | 28.228856 | 110 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/FlowSet.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* modified 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* pu... | 4,682 | 29.019231 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/FlowUniverse.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 1,590 | 27.927273 | 111 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ForwardBranchedFlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2000 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 8,587 | 31.904215 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ForwardFlowAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,570 | 29.211538 | 109 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ForwardFlowAnalysisExtended.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 7,035 | 30.132743 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/GuaranteedDefs.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free S... | 4,095 | 28.049645 | 105 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/IdentityPair.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* Copyright (C) 2007 Manu Sridharan
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by... | 2,042 | 22.482759 | 71 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/InitAnalysis.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ganesh Sittampalam
* Copyright (C) 2007 Eric Bodden
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published ... | 2,300 | 25.448276 | 84 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LiveLocals.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,894 | 27.712121 | 116 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalDefs.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,985 | 31.557377 | 121 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalDefsFactory.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 4,277 | 34.355372 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalPacker.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 6,687 | 34.015707 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalSplitter.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 6,989 | 30.772727 | 120 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalUnitPair.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 1,975 | 24.012658 | 109 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/LocalUses.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 2,073 | 28.628571 | 110 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ObjectIntMapper.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Florian Loitsch
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, eith... | 2,924 | 25.351351 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/Pair.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* Copyright (C) 2007 Manu Sridharan
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by... | 2,778 | 21.232 | 77 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SharedInitializationLocalSplitter.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Phong Co
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either vers... | 7,188 | 33.07109 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SimpleLiveLocals.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 3,834 | 26.992701 | 112 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SimpleLocalDefs.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Softwar... | 12,035 | 26.925754 | 122 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SimpleLocalUses.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 5,003 | 31.705882 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SmartLocalDefs.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either... | 8,251 | 27.260274 | 120 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/SmartLocalDefsPool.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2015 Eric Bodden and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 2,913 | 34.108434 | 125 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/UnitValueBoxPair.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 2,148 | 24.282353 | 119 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/UnusedLocalEliminator.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 3,172 | 27.845455 | 107 | java |
soot | soot-master/src/main/java/soot/toolkits/scalar/ValueUnitPair.java | package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free S... | 5,043 | 26.562842 | 121 | java |
soot | soot-master/src/main/java/soot/tools/BadFields.java | package soot.tools;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2... | 6,026 | 29.286432 | 111 | java |
soot | soot-master/src/main/java/soot/tools/CFGViewer.java | package soot.tools;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Sable Research Group
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either ve... | 10,630 | 43.85654 | 124 | java |
soot | soot-master/src/main/java/soot/util/AbstractMultiMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 3,238 | 23.353383 | 86 | java |
soot | soot-master/src/main/java/soot/util/ArrayNumberer.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 3,562 | 21.987097 | 89 | java |
soot | soot-master/src/main/java/soot/util/ArraySet.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either v... | 5,238 | 22.388393 | 121 | java |
soot | soot-master/src/main/java/soot/util/BitSetIterator.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2001 Felix Kwok
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 o... | 3,084 | 32.172043 | 123 | java |
soot | soot-master/src/main/java/soot/util/BitVector.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 10,608 | 21.913607 | 125 | java |
soot | soot-master/src/main/java/soot/util/Chain.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versi... | 4,713 | 34.179104 | 125 | java |
soot | soot-master/src/main/java/soot/util/ConcurrentHashMultiMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 5,295 | 21.440678 | 97 | java |
soot | soot-master/src/main/java/soot/util/Cons.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 2,037 | 22.425287 | 71 | java |
soot | soot-master/src/main/java/soot/util/DeterministicHashMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either v... | 5,012 | 23.816832 | 118 | java |
soot | soot-master/src/main/java/soot/util/EmptyChain.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundatio... | 6,418 | 23.041199 | 110 | java |
soot | soot-master/src/main/java/soot/util/EscapedReader.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either v... | 2,166 | 24.494118 | 119 | java |
soot | soot-master/src/main/java/soot/util/EscapedWriter.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either v... | 2,386 | 29.21519 | 122 | java |
soot | soot-master/src/main/java/soot/util/FastStack.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versi... | 2,397 | 24.510638 | 125 | java |
soot | soot-master/src/main/java/soot/util/HashChain.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrice Pominville
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versi... | 16,968 | 25.106154 | 125 | java |
soot | soot-master/src/main/java/soot/util/HashMultiMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 4,984 | 20.960352 | 102 | java |
soot | soot-master/src/main/java/soot/util/INumberedMap.java | package soot.util;
import java.util.Iterator;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software F... | 1,851 | 23.693333 | 118 | java |
soot | soot-master/src/main/java/soot/util/IdentityHashMultiMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,366 | 26.897959 | 71 | java |
soot | soot-master/src/main/java/soot/util/IdentityHashSet.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 3,323 | 20.584416 | 107 | java |
soot | soot-master/src/main/java/soot/util/IntegerNumberer.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,795 | 26.630769 | 111 | java |
soot | soot-master/src/main/java/soot/util/Invalidable.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,261 | 28.348837 | 116 | java |
soot | soot-master/src/main/java/soot/util/IterableMap.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Sable Research Group
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either ver... | 8,073 | 22.268012 | 120 | java |
soot | soot-master/src/main/java/soot/util/IterableNumberer.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.... | 1,151 | 30.135135 | 71 | java |
soot | soot-master/src/main/java/soot/util/IterableSet.java | package soot.util;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2002 Sable Research Group
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either ver... | 5,021 | 21.723982 | 95 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.