Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 36) sorted by relevance

12

/dalvik/dx/tests/125-main-dex-list/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
3 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/131-perf/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
4 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dexgen/src/com/android/dexgen/util/
DDexJarMaker.java78 private void add(File source, JarOutputStream target) throws IOException { in add() argument
80 if (!source.isFile()) { in add()
84 BufferedInputStream in = new BufferedInputStream(new FileInputStream(source)); in add()
86 entry.setTime(source.lastModified()); in add()
/dalvik/dx/src/com/android/dx/ssa/
DDeadCodeRemover.java100 RegisterSpec source = sources.get(i); in run() local
101 useList[source.getReg()].remove(insnS); in run()
105 source.getReg()))) { in run()
110 worklist.set(source.getReg()); in run()
146 RegisterSpec source = sources.get(j); in pruneDeadInstructions() local
147 useList[source.getReg()].remove(insn); in pruneDeadInstructions()
DEscapeAnalysis.java569 RegisterSpec source, result; in replaceUse() local
580 source = newRegs.get(index); in replaceUse()
581 result = source.withReg(next.getResult().getReg()); in replaceUse()
582 insertPlainInsnBefore(next, RegisterSpecList.make(source), in replaceUse()
597 source = sources.get(0); in replaceUse()
598 result = source.withReg(newRegs.get(index).getReg()); in replaceUse()
599 insertPlainInsnBefore(use, RegisterSpecList.make(source), in replaceUse()
655 final RegisterSpec source = insn.getSources().get(0); in movePropagate() local
659 if (source.getReg() < regCount && result.getReg() < regCount) { in movePropagate()
673 return source; in movePropagate()
DSsaBasicBlock.java574 public void addMoveToEnd(RegisterSpec result, RegisterSpec source) { in addMoveToEnd() argument
576 if (result.getReg() == source.getReg()) { in addMoveToEnd()
606 succ.addMoveToBeginning(result, source); in addMoveToEnd()
614 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToEnd()
631 public void addMoveToBeginning (RegisterSpec result, RegisterSpec source) { in addMoveToBeginning() argument
632 if (result.getReg() == source.getReg()) { in addMoveToBeginning()
637 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToBeginning()
/dalvik/dx/tests/121-sccp/
Dexpected.txt28 source file: "Blort.java"
57 source file: "Blort.java"
76 source file: "Blort.java"
102 source file: "Blort.java"
123 source file: "Blort.java"
151 source file: "Blort.java"
180 source file: "Blort.java"
199 source file: "Blort.java"
225 source file: "Blort.java"
246 source file: "Blort.java"
[all …]
/dalvik/dx/tests/129-numthread-deterministic/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/130-numthread-multidex-deterministic/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/126-main-dex-list-one-dex/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/124-multidex-option-no-overflow/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/128-multidex-option-overflow/
Dexpected.txt1 warning: [options] bootstrap class path not set in conjunction with -source 1.6
/dalvik/dx/tests/030-minimal-jasmin/
Dinfo.txt1 This test is just a minimal test involving assembling a jasmin source
/dalvik/dx/tests/109-int-branch/
Dexpected.txt31 source file: "blort.j"
46 source file: "blort.j"
67 source file: "blort.j"
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DPlainInsn.java66 RegisterSpec source) { in PlainInsn() argument
67 this(opcode, position, result, RegisterSpecList.make(source)); in PlainInsn()
/dalvik/dx/tests/069-dex-source-position/
Dinfo.txt1 This is a smoke test of dex conversion, which makes sure that source
Dexpected.txt84 source file: "Blort.java"
134 source file: "Blort.java"
/dalvik/dx/tests/012-class-attrib-SourceFile/
Dexpected.txt27 source: string{"Blort.java"}
/dalvik/dx/src/com/android/dx/rop/code/
DPlainInsn.java67 RegisterSpec source) { in PlainInsn() argument
68 this(opcode, position, result, RegisterSpecList.make(source)); in PlainInsn()
/dalvik/docs/
Dprettify.js499 return { source: sourceBuf.join(''), tags: extractedTags };
629 function tokenizeMarkup(source) { argument
630 var decorations = PR_MARKUP_LEXER(source);
635 end = i + 2 < decorations.length ? decorations[i + 2] : source.length;
638 var sourceChunk = source.substring(start, end);
/dalvik/dx/tests/111-use-null-as-array/
Dinfo.txt9 aget-byte for what was a boolean[] in the source code. In these cases,
/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java806 RegisterSpec source = sources.get(i); in adjustAndMapSourceRangeRange() local
807 int sourceReg = source.getReg(); in adjustAndMapSourceRangeRange()
808 int category = source.getCategory(); in adjustAndMapSourceRangeRange()
817 addMapping(source, curRopReg); in adjustAndMapSourceRangeRange()
1154 RegisterSpec source = sources.get(i); in processPhiInsn() local
1155 SsaInsn def = ssaMeth.getDefinitionForRegister(source.getReg()); in processPhiInsn()
DSsaToRop.java202 RegisterSpec source = sources.get(i); in visitPhiInsn() local
206 predBlock.addMoveToEnd(result, source); in visitPhiInsn()
/dalvik/dx/etc/
Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java334 private List<UnsortedValue> readUnsortedValues(Dex source, IndexMap indexMap) { in readUnsortedValues() argument
335 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues()
341 Dex.Section in = source.open(section.off); in readUnsortedValues()
345 result.add(new UnsortedValue(source, indexMap, value, i, offset)); in readUnsortedValues()
356 final Dex source; field in DexMerger.IdMerger.UnsortedValue
362 UnsortedValue(Dex source, IndexMap indexMap, T value, int index, int offset) { in UnsortedValue() argument
363 this.source = source; in UnsortedValue()

12