Home
last modified time | relevance | path

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

12345678910

/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/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/dx/src/com/android/dx/rop/code/
DRegisterSpecList.java40 RegisterSpecList result = new RegisterSpecList(1); in make() local
54 RegisterSpecList result = new RegisterSpecList(2); in make() local
70 RegisterSpecList result = new RegisterSpecList(3); in make() local
89 RegisterSpecList result = new RegisterSpecList(4); in make() local
114 int result = 0; in getWordCount() local
202 int result = 0; in getRegistersSize() local
227 RegisterSpecList result = new RegisterSpecList(sz + 1); in withFirst() local
255 RegisterSpecList result = new RegisterSpecList(newSize); in withoutFirst() local
282 RegisterSpecList result = new RegisterSpecList(newSize); in withoutLast() local
311 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()
DPlainCstInsn.java40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn()
78 public Insn withNewRegisters(RegisterSpec result, in withNewRegisters()
/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()
/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.java91 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM); in makeAnnotationDefault() local
105 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM); in makeEnclosingClass() local
119 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM); in makeEnclosingMethod() local
135 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM); in makeInnerClass() local
153 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM); in makeMemberClasses() local
166 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM); in makeSignature() local
229 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/cf/code/
DOneLocalsArray.java51 OneLocalsArray result = new OneLocalsArray(locals.length); in copy() local
153 TypeBearer result = locals[idx]; in get() local
164 TypeBearer result = get(idx); in getCategory1() local
180 TypeBearer result = get(idx); in getCategory2() local
226 LocalsArraySet result = new LocalsArraySet(getMaxLocals()); in mergeWithSubroutineCaller() 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/ssa/
DSsaConverter.java45 SsaMethod result in convertToSsaMethod() local
88 SsaMethod result; in testEdgeSplit() local
108 SsaMethod result; in testPhiPlacement() local
134 private static void edgeSplit(SsaMethod result) { in edgeSplit()
146 private static void edgeSplitPredecessors(SsaMethod result) { in edgeSplitPredecessors()
232 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.java199 RegisterSpec result = insn.getResult(); in visitPhiInsn() local
254 BasicBlockList result = new BasicBlockList(ropBlockCount); in convertBasicBlocks() local
323 BasicBlock result = new BasicBlock( in convertBasicBlock() local
339 InsnList result = new InsnList(insnCount); in convertInsns() local
372 int result[] = new int[regCount]; in getRegistersByFrequency() local
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java90 Annotations result = getAnnotations0(attribs); in getAnnotations() local
117 Annotations result = getAnnotations(attribs); in getClassAnnotations() local
155 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations() local
305 Annotations result = new Annotations(); in translateInnerClasses() local
400 Annotation result = in translateAnnotationDefaults() local
/dalvik/hit/src/com/android/hit/
DQueries.java72 TreeMap<String, Set<ClassObj>> result = in classes() local
171 Instance[] result = new Instance[instanceList.size()]; in allInstancesOf() local
179 ArrayList<ClassObj> result = new ArrayList<ClassObj>(); in traverseSubclasses() local
200 HashSet<RootObj> result = new HashSet<RootObj>(); in getRoots() 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
/dalvik/dx/src/com/android/dx/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

12345678910