Home
last modified time | relevance | path

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

12

/dalvik/dx/tests/
Drun-test42 run="run"
92 td_run="$testdir"/"$run"
109 chmod 755 "$run"
115 "./$run" 2>&1
119 "./$run" >"${progdir}/$td_expected" 2>&1
122 "./$run" >"$output" 2>&1
Drun-all-tests42 ./run-test "$i"
/dalvik/dx/tests/113-old-style-inner-class/
DBlort.java19 public void run() { }
24 public void run() { } in create()
/dalvik/dx/tests/117-modified-utf8/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/116-leb128/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/119-merge-conflict/
Dinfo.txt3 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/115-merge/
Dinfo.txt4 The run script requires vogar, so you must have vogar on your $PATH to run this
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Drun17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
DViewDebug$ViewServer.class ... () java.io.IOException e public void run () String[] params String command java. ...
/dalvik/dx/tests/125-main-dex-list/
Dinfo.txt1 Instruct dx to build 2 dex files with specified classes in each dex file. Then run a test on
/dalvik/dx/src/com/android/dx/ssa/
DMoveParamCombiner.java42 new MoveParamCombiner(ssaMethod).run(); in process()
52 private void run() { in run() method in MoveParamCombiner
DPhiTypeResolver.java54 new PhiTypeResolver(ssaMeth).run(); in process()
65 private void run() { in run() method in PhiTypeResolver
DDeadCodeRemover.java54 dc.run(); in process()
73 private void run() { in run() method in DeadCodeRemover
DSsaConverter.java52 new SsaRenamer(result).run(); in convertToSsaMethod()
73 new SsaRenamer(ssaMeth, threshold).run(); in updateSsaMethod()
297 DomFront.DomInfo[] domInfos = df.run(); in placePhiFunctions()
DLiteralOpUpgrader.java55 dc.run(); in process()
81 private void run() { in run() method in LiteralOpUpgrader
DDominators.java90 result.run(); in make()
170 private void run() { in run() method in Dominators
DDomFront.java75 public DomInfo[] run() { in run() method in DomFront
DConstCollector.java75 cc.run(); in process()
90 private void run() { in run() method in ConstCollector
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DMain.java46 main.run(args); in main()
52 void run(String[] args) { in run() method in Main
/dalvik/dx/src/com/android/dx/cf/code/
DMachine.java215 public void run(Frame frame, int offset, int opcode); in run() method
DSimulator.java521 machine.run(frame, offset, opcode); in visitNoArgs()
612 machine.run(frame, offset, opcode); in visitLocal()
691 machine.run(frame, offset, opcode); in visitConstant()
740 machine.run(frame, offset, opcode); in visitBranch()
749 machine.run(frame, offset, opcode); in visitSwitch()
758 machine.run(frame, offset, ByteOps.NEWARRAY); in visitNewarray()
DValueAwareMachine.java41 public void run(Frame frame, int offset, int opcode) { in run() method in ValueAwareMachine
/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java93 new LivenessAnalyzer(ssaMeth, i, interference).run(); in constructInterferenceGraph()
152 public void run() { in run() method in LivenessAnalyzer
/dalvik/dx/src/com/android/dx/command/dump/
DDotDumper.java51 new DotDumper(bytes, filePath, args).run(); in dump()
62 private void run() { in run() method in DotDumper
/dalvik/opcode-gen/
DREADME.txt55 * Update the file bytecode.txt, and run regen-all, as per above.

12