Searched refs:run (Results 1 - 25 of 25) sorted by relevance

/dalvik/dx/tests/113-old-style-inner-class/
H A DBlort.java19 public void run() { }
24 public void run() { }
/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A Drun17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
H A DViewDebug$ViewServer.class ... void stop () java.io.IOException e public void run () String[] params String command java.io.BufferedReader in ...
/dalvik/dx/tests/
H A Drun-test42 run="run"
92 td_run="$testdir"/"$run"
102 # copy the test to a temp dir and run it
109 chmod 755 "$run"
115 "./$run" 2>&1
119 "./$run" >"${progdir}/$td_expected" 2>&1
122 "./$run" >"$output" 2>&1
H A Drun-all-tests42 ./run-test "$i"
/dalvik/dx/src/com/android/dx/ssa/
H A DMoveParamCombiner.java42 new MoveParamCombiner(ssaMethod).run();
52 private void run() { method in class:MoveParamCombiner
H A DDeadCodeRemover.java28 * TODO this algorithm is more efficient if run in reverse from exit
54 dc.run();
73 private void run() { method in class:DeadCodeRemover
H A DPhiTypeResolver.java54 new PhiTypeResolver(ssaMeth).run();
65 private void run() { method in class:PhiTypeResolver
H A DSsaConverter.java52 new SsaRenamer(result).run();
73 new SsaRenamer(ssaMeth, threshold).run();
77 * Returns an SSA represention with only the edge-splitter run.
83 * @return an SSA represention with only the edge-splitter run
97 * phi placement run.
103 * @return an SSA represention with only the edge-splitter run
297 DomFront.DomInfo[] domInfos = df.run();
H A DDominators.java90 result.run();
170 private void run() { method in class:Dominators
H A DLiteralOpUpgrader.java55 dc.run();
81 private void run() { method in class:LiteralOpUpgrader
H A DDomFront.java49 /** {@code >= 0 after run();} the index of the immediate dominator */
54 * Constructs instance. Call {@link DomFront#run} to process.
75 public DomInfo[] run() { method in class:DomFront
H A DConstCollector.java75 cc.run();
90 private void run() { method in class:ConstCollector
H A DSCCP.java91 new SCCP(ssaMethod).run();
541 private void run() { method in class:SCCP
H A DSsaRenamer.java161 public void run() { method in class:SsaRenamer
H A DEscapeAnalysis.java208 new EscapeAnalysis(ssaMethod).run();
690 private void run() { method in class:EscapeAnalysis
/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java212 * run
213 * @param opcode {@code >= 0;} the opcode to run
215 public void run(Frame frame, int offset, int opcode); method in interface:Machine
H A DSimulator.java521 machine.run(frame, offset, opcode);
612 machine.run(frame, offset, opcode);
691 machine.run(frame, offset, opcode);
740 machine.run(frame, offset, opcode);
749 machine.run(frame, offset, opcode);
758 machine.run(frame, offset, ByteOps.NEWARRAY);
H A DValueAwareMachine.java41 public void run(Frame frame, int offset, int opcode) { method in class:ValueAwareMachine
H A DRopperMachine.java293 public void run(Frame frame, int offset, int opcode) { method in class:RopperMachine
300 // The sources have to be retrieved before super.run() gets called.
304 super.run(frame, offset, opcode);
657 * Helper for {@link #run}, which gets the list of sources for the.
/dalvik/dx/src/
H A DAndroid.mk21 # Force java 6 target because we want java 6 runtimes to run dx, at least as long as the android SDK
/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java93 new LivenessAnalyzer(ssaMeth, i, interference).run();
152 public void run() { method in class:LivenessAnalyzer
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DMain.java46 main.run(args);
52 void run(String[] args) { method in class:Main
/dalvik/dx/src/com/android/dx/command/dump/
H A DDotDumper.java51 new DotDumper(bytes, filePath, args).run();
62 private void run() { method in class:DotDumper
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java119 "will still fail to build or run, at some point. Please be\n" +
214 int result = run(arguments);
225 public static int run(Arguments arguments) throws IOException { method in class:Main
1199 /** whether to run in debug mode */
1278 /** number of threads to run with */

Completed in 296 milliseconds