Home
last modified time | relevance | path

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

1234567

/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/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()
DBasicBlockList.java109 int result = 0; in getInstructionCount() local
129 int result = 0; in getEffectiveInstructionCount() local
195 BasicBlockList result = new BasicBlockList(sz); in withRegisterOffset() local
371 RegisterSpec result = insn.getResult(); in visit() local
/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
115 int result = 0; in getWordCount() local
204 int result = 0; in getRegistersSize() local
229 RegisterSpecList result = new RegisterSpecList(sz + 1); in withFirst() local
257 RegisterSpecList result = new RegisterSpecList(newSize); in withoutFirst() local
284 RegisterSpecList result = new RegisterSpecList(newSize); in withoutLast() local
313 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()
DBasicBlockList.java109 int result = 0; in getInstructionCount() local
129 int result = 0; in getEffectiveInstructionCount() local
194 BasicBlockList result = new BasicBlockList(sz); in withRegisterOffset() local
381 RegisterSpec result = insn.getResult(); in visit() local
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationUtils.java94 Annotation result = new Annotation(ANNOTATION_DEFAULT_TYPE, SYSTEM); in makeAnnotationDefault() local
108 Annotation result = new Annotation(ENCLOSING_CLASS_TYPE, SYSTEM); in makeEnclosingClass() local
122 Annotation result = new Annotation(ENCLOSING_METHOD_TYPE, SYSTEM); in makeEnclosingMethod() local
138 Annotation result = new Annotation(INNER_CLASS_TYPE, SYSTEM); in makeInnerClass() local
156 Annotation result = new Annotation(MEMBER_CLASSES_TYPE, SYSTEM); in makeMemberClasses() local
169 Annotation result = new Annotation(SIGNATURE_TYPE, SYSTEM); in makeSignature() local
231 Annotation result = new Annotation(SOURCE_DEBUG_EXTENSION_TYPE, SYSTEM); in makeSourceDebugExtension() local
246 Annotation result = new Annotation(THROWS_TYPE, SYSTEM); in makeThrows() local
DTypeIdsSection.java65 IndexedItem result = typeIds.get(type); in get() local
115 TypeIdItem result = typeIds.get(type); in intern() local
139 TypeIdItem result = typeIds.get(typePerSe); in intern() local
/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/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
345 int result = 0; in getWordCount() local
358 StdTypeList result = new StdTypeList(sz + 1); in withAddedType() local
401 StdTypeList result = new StdTypeList(sz + 1); in withFirst() local
DPrototype.java63 Prototype result = internTable.get(descriptor); in intern() local
85 Prototype result = internTable.get(descriptor); in fromDescriptor() local
299 int result = returnType.compareTo(other.returnType); in compareTo() local
403 Prototype result = in withFirstParameter() local
418 Prototype result = internTable.putIfAbsent(desc.getDescriptor(), desc); in putIntern() local
/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/dx/src/com/android/dx/cf/code/
DOneLocalsArray.java51 OneLocalsArray result = new OneLocalsArray(locals.length); in copy() local
162 TypeBearer result = locals[idx]; in get() local
174 TypeBearer result = get(idx); in getCategory1() local
191 TypeBearer result = get(idx); in getCategory2() local
237 LocalsArraySet result = new LocalsArraySet(getMaxLocals()); in mergeWithSubroutineCaller() local
DBaseMachine.java296 int result = 0; in argWidth() local
420 TypeBearer result = results[0]; in getLocalTarget() local
469 protected final void setResult(TypeBearer result) { in setResult()
485 protected final void addResult(TypeBearer result) { in addResult()
530 protected final TypeBearer result(int n) { in result() method in BaseMachine
/dalvik/dx/src/com/android/dx/ssa/back/
DSsaToRop.java200 RegisterSpec result = insn.getResult(); in visitPhiInsn() local
257 BasicBlockList result = new BasicBlockList(ropBlockCount); in convertBasicBlocks() local
326 BasicBlock result = new BasicBlock( in convertBasicBlock() local
342 InsnList result = new InsnList(insnCount); in convertInsns() local
376 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
122 Annotations result = getAnnotations(attribs); in getClassAnnotations() local
160 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations() local
322 Annotations result = new Annotations(); in translateInnerClasses() local
417 Annotation result = in translateAnnotationDefaults() local
/dalvik/dx/src/com/android/dex/
DEncodedValueCodec.java124 int result = 0; in readSignedInt() local
139 int result = 0; in readUnsignedInt() local
159 long result = 0; in readSignedLong() local
174 long result = 0; in readUnsignedLong() local
/dalvik/dx/src/com/android/dx/dex/code/
DOutputFinisher.java165 HashSet<Constant> result = new HashSet<Constant>(20); in getAllConstants() local
181 private static void addConstants(HashSet<Constant> result, in addConstants()
210 private static void addConstants(HashSet<Constant> result, in addConstants()
433 Dop[] result = new Dop[size]; in makeOpcodesArray() local
595 Dop result = findOpcodeForInsn(insn.getLowRegVersion(), insn.getOpcode()); in findExpandedOpcodeForInsn() local
666 ArrayList<DalvInsn> result = new ArrayList<DalvInsn>(size * 2); in performExpansion() local
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DOutputFinisher.java144 HashSet<Constant> result = new HashSet<Constant>(20); in getAllConstants() local
160 private static void addConstants(HashSet<Constant> result, in addConstants()
184 private static void addConstants(HashSet<Constant> result, in addConstants()
366 InsnFormat[] result = new InsnFormat[size]; in makeFormatsArray() local
574 ArrayList<DalvInsn> result = new ArrayList<DalvInsn>(size * 2); in performExpansion() local

1234567