Home
last modified time | relevance | path

Searched defs:ssaMeth (Results 1 – 18 of 18) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DOptimizer.java93 SsaMethod ssaMeth = null; in optimize() local
130 SsaMethod ssaMeth; in optimizeMinimizeRegisters() local
150 private static void runSsaFormSteps(SsaMethod ssaMeth, in runSsaFormSteps()
228 SsaMethod ssaMeth; in debugDeadCodeRemover() local
243 SsaMethod ssaMeth; in debugNoRegisterAllocation() local
DPhiTypeResolver.java45 SsaMethod ssaMeth; field in PhiTypeResolver
53 public static void process (SsaMethod ssaMeth) { in process()
57 private PhiTypeResolver(SsaMethod ssaMeth) { in PhiTypeResolver()
DSsaConverter.java70 public static void updateSsaMethod(SsaMethod ssaMeth, int threshold) { in updateSsaMethod()
186 private static void edgeSplitMoveExceptionsAndResults(SsaMethod ssaMeth) { in edgeSplitMoveExceptionsAndResults()
299 private static void placePhiFunctions (SsaMethod ssaMeth, in placePhiFunctions()
DMoveParamCombiner.java34 private final SsaMethod ssaMeth; field in MoveParamCombiner
45 private MoveParamCombiner(SsaMethod ssaMeth) { in MoveParamCombiner()
DSsaRenamer.java66 private final SsaMethod ssaMeth; field in SsaRenamer
100 public SsaRenamer(SsaMethod ssaMeth) { in SsaRenamer()
152 public SsaRenamer(SsaMethod ssaMeth, int thresh) { in SsaRenamer()
DPhiInsn.java94 public void updateSourcesToDefinitions(SsaMethod ssaMeth) { in updateSourcesToDefinitions()
300 public List<SsaBasicBlock> predBlocksForReg(int reg, SsaMethod ssaMeth) { in predBlocksForReg()
DSCCP.java45 private final SsaMethod ssaMeth; field in SCCP
69 private SCCP(SsaMethod ssaMeth) { in SCCP()
DEscapeAnalysis.java100 private final SsaMethod ssaMeth; field in EscapeAnalysis
111 private EscapeAnalysis(SsaMethod ssaMeth) { in EscapeAnalysis()
DLiteralOpUpgrader.java43 private final SsaMethod ssaMeth; field in LiteralOpUpgrader
DDeadCodeRemover.java33 private final SsaMethod ssaMeth; field in DeadCodeRemover
DConstCollector.java66 private final SsaMethod ssaMeth; field in ConstCollector
/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java57 private final SsaMethod ssaMeth; field in LivenessAnalyzer
89 SsaMethod ssaMeth) { in constructInterferenceGraph()
111 private LivenessAnalyzer(SsaMethod ssaMeth, int reg, in LivenessAnalyzer()
259 private static void coInterferePhis(SsaMethod ssaMeth, in coInterferePhis()
DRegisterAllocator.java39 protected final SsaMethod ssaMeth; field in RegisterAllocator
50 public RegisterAllocator(SsaMethod ssaMeth, in RegisterAllocator()
DSsaToRop.java48 private final SsaMethod ssaMeth; field in SsaToRop
67 public static RopMethod convertToRopMethod(SsaMethod ssaMeth, in convertToRopMethod()
DNullRegisterAllocator.java30 public NullRegisterAllocator(SsaMethod ssaMeth, in NullRegisterAllocator()
DFirstFitAllocator.java46 final SsaMethod ssaMeth, final InterferenceGraph interference) { in FirstFitAllocator()
DFirstFitLocalCombiningAllocator.java133 SsaMethod ssaMeth, InterferenceGraph interference, in FirstFitLocalCombiningAllocator()
/dalvik/dx/src/com/android/dx/command/dump/
DSsaDumper.java94 SsaMethod ssaMeth = null; in endParsingMember() local