Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 163) sorted by relevance

1234567

/dalvik/dx/src/com/android/dx/util/
DHex.java37 char[] result = new char[16]; in u8() local
53 char[] result = new char[8]; in u4() local
69 char[] result = new char[6]; in u3() local
85 char[] result = new char[4]; in u2() local
117 char[] result = new char[2]; in u1() local
133 char[] result = new char[1]; in uNibble() local
146 char[] result = new char[17]; in s8() local
170 char[] result = new char[9]; in s4() local
194 char[] result = new char[5]; in s2() local
218 char[] result = new char[3]; in s1() local
DIntList.java47 IntList result = new IntList(1); in makeImmutable() local
62 IntList result = new IntList(2); in makeImmutable() local
100 int result = 0; in hashCode() local
299 int result; in pop() local
345 IntList result = new IntList(sz); in mutableCopy() local
/dalvik/dexgen/src/com/android/dexgen/util/
DHex.java37 char[] result = new char[16]; in u8() local
53 char[] result = new char[8]; in u4() local
69 char[] result = new char[6]; in u3() local
85 char[] result = new char[4]; in u2() local
117 char[] result = new char[2]; in u1() local
133 char[] result = new char[1]; in uNibble() local
146 char[] result = new char[17]; in s8() local
170 char[] result = new char[9]; in s4() local
194 char[] result = new char[5]; in s2() local
218 char[] result = new char[3]; in s1() local
DIntList.java47 IntList result = new IntList(1); in makeImmutable() local
62 IntList result = new IntList(2); in makeImmutable() local
100 int result = 0; in hashCode() local
299 int result; in pop() local
345 IntList result = new IntList(sz); in mutableCopy() local
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecList.java38 RegisterSpecList result = new RegisterSpecList(1); in make() local
52 RegisterSpecList result = new RegisterSpecList(2); in make() local
68 RegisterSpecList result = new RegisterSpecList(3); in make() local
87 RegisterSpecList result = new RegisterSpecList(4); in make() local
112 int result = 0; in getWordCount() local
200 int result = 0; in getRegistersSize() local
225 RegisterSpecList result = new RegisterSpecList(sz + 1); in withFirst() local
253 RegisterSpecList result = new RegisterSpecList(newSize); in withoutFirst() local
280 RegisterSpecList result = new RegisterSpecList(newSize); in withoutLast() local
309 RegisterSpecList result = new RegisterSpecList(sz); in withOffset() local
[all …]
DRop.java59 private final Type result; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
DPlainInsn.java40 RegisterSpec result, RegisterSpecList sources) { in PlainInsn()
65 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, in PlainInsn()
132 public Insn withNewRegisters(RegisterSpec result, in withNewRegisters()
DPlainCstInsn.java40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn()
78 public Insn withNewRegisters(RegisterSpec result, in withNewRegisters()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecList.java39 RegisterSpecList result = new RegisterSpecList(1); in make() local
53 RegisterSpecList result = new RegisterSpecList(2); in make() local
69 RegisterSpecList result = new RegisterSpecList(3); in make() local
88 RegisterSpecList result = new RegisterSpecList(4); in make() local
113 int result = 0; in getWordCount() local
201 int result = 0; in getRegistersSize() local
226 RegisterSpecList result = new RegisterSpecList(sz + 1); in withFirst() local
254 RegisterSpecList result = new RegisterSpecList(newSize); in withoutFirst() local
281 RegisterSpecList result = new RegisterSpecList(newSize); in withoutLast() local
310 RegisterSpecList result = new RegisterSpecList(newSize); in subset() local
[all …]
DRop.java59 private final Type result; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
DPlainInsn.java41 RegisterSpec result, RegisterSpecList sources) { in PlainInsn()
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, in PlainInsn()
149 public Insn withNewRegisters(RegisterSpec result, in withNewRegisters()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationUtils.java92 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM); in makeAnnotationDefault() local
106 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM); in makeEnclosingClass() local
120 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM); in makeEnclosingMethod() local
136 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM); in makeInnerClass() local
155 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM); in makeMemberClasses() local
168 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM); in makeSignature() local
231 Annotation result = new Annotation(THROWS_TYPE, SYSTEM); in makeThrows() local
DTypeIdsSection.java64 IndexedItem result = typeIds.get(type); in get() local
110 TypeIdItem result = typeIds.get(type); in intern() local
134 TypeIdItem result = typeIds.get(typePerSe); in intern() local
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationUtils.java92 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM); in makeAnnotationDefault() local
106 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM); in makeEnclosingClass() local
120 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM); in makeEnclosingMethod() local
136 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM); in makeInnerClass() local
154 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM); in makeMemberClasses() local
167 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM); in makeSignature() local
230 Annotation result = new Annotation(THROWS_TYPE, SYSTEM); in makeThrows() local
DTypeIdsSection.java68 IndexedItem result = typeIds.get(type); in get() local
116 TypeIdItem result = typeIds.get(type); in intern() local
140 TypeIdItem result = typeIds.get(typePerSe); in intern() local
/dalvik/libdex/
DLeb128.cpp35 int result = readUnsignedLeb128(pStream); in readAndVerifyUnsignedLeb128() local
57 int result = readSignedLeb128(pStream); in readAndVerifySignedLeb128() local
/dalvik/dx/src/com/android/dx/cf/code/
DOneLocalsArray.java50 OneLocalsArray result = new OneLocalsArray(locals.length); in copy() local
152 TypeBearer result = locals[idx]; in get() local
163 TypeBearer result = get(idx); in getCategory1() local
179 TypeBearer result = get(idx); in getCategory2() local
225 LocalsArraySet result = new LocalsArraySet(getMaxLocals()); in mergeWithSubroutineCaller() local
/dalvik/dx/src/com/android/multidex/
DFolderPathElement.java48 ArrayList<String> result = new ArrayList<String>(); in list() local
53 private void collect(File folder, String prefix, ArrayList<String> result) { in collect()
/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java44 SsaMethod result in convertToSsaMethod() local
87 SsaMethod result; in testEdgeSplit() local
107 SsaMethod result; in testPhiPlacement() local
133 private static void edgeSplit(SsaMethod result) { in edgeSplit()
145 private static void edgeSplitPredecessors(SsaMethod result) { in edgeSplitPredecessors()
231 private static void edgeSplitSuccessors(SsaMethod result) { in edgeSplitSuccessors()
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DStdTypeList.java171 StdTypeList result = new StdTypeList(1); in make() local
184 StdTypeList result = new StdTypeList(2); in make() local
199 StdTypeList result = new StdTypeList(3); in make() local
217 StdTypeList result = new StdTypeList(4); in make() local
343 int result = 0; in getWordCount() local
355 StdTypeList result = new StdTypeList(sz + 1); in withAddedType() local
398 StdTypeList result = new StdTypeList(sz + 1); in withFirst() local
/dalvik/dx/src/com/android/dx/rop/type/
DStdTypeList.java171 StdTypeList result = new StdTypeList(1); in make() local
184 StdTypeList result = new StdTypeList(2); in make() local
199 StdTypeList result = new StdTypeList(3); in make() local
217 StdTypeList result = new StdTypeList(4); in make() local
343 int result = 0; in getWordCount() local
355 StdTypeList result = new StdTypeList(sz + 1); in withAddedType() local
398 StdTypeList result = new StdTypeList(sz + 1); in withFirst() local
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java198 RegisterSpec result = insn.getResult(); in visitPhiInsn() local
253 BasicBlockList result = new BasicBlockList(ropBlockCount); in convertBasicBlocks() local
322 BasicBlock result = new BasicBlock( in convertBasicBlock() local
338 InsnList result = new InsnList(insnCount); in convertInsns() local
371 int result[] = new int[regCount]; in getRegistersByFrequency() local
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java89 Annotations result = getAnnotations0(attribs); in getAnnotations() local
116 Annotations result = getAnnotations(attribs); in getClassAnnotations() local
154 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations() local
304 Annotations result = new Annotations(); in translateInnerClasses() local
399 Annotation result = in translateAnnotationDefaults() local
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java52 Annotations result = new Annotations(); in combine() local
73 Annotations result = new Annotations(); in combine() local
116 int result = thisOne.compareTo(otherOne); in compareTo() local
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java53 Annotations result = new Annotations(); in combine() local
74 Annotations result = new Annotations(); in combine() local
117 int result = thisOne.compareTo(otherOne); in compareTo() local

1234567