/dalvik/dx/src/com/android/dx/util/ |
D | Hex.java | 37 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
|
D | IntList.java | 47 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/ |
D | RegisterSpecList.java | 38 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 …]
|
D | Rop.java | 59 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()
|
D | PlainInsn.java | 40 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()
|
D | PlainCstInsn.java | 40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn() 78 public Insn withNewRegisters(RegisterSpec result, in withNewRegisters()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationUtils.java | 92 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
|
D | TypeIdsSection.java | 64 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
|
D | FieldIdsSection.java | 63 IndexedItem result = fieldIds.get((CstFieldRef) cst); in get() local 105 FieldIdItem result = fieldIds.get(field); in intern() local
|
D | MethodIdsSection.java | 63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst); in get() local 105 MethodIdItem result = methodIds.get(method); in intern() local
|
/dalvik/dx/src/junit/runner/ |
D | ClassPathTestCollector.java | 23 Hashtable result = collectFilesInPath(classPath); in collectTests() local 28 Hashtable result= collectFilesInRoots(splitClassPath(classPath)); in collectFilesInPath() local 33 Hashtable<String,String> result= new Hashtable<String,String>(100); in collectFilesInRoots() local 40 void gatherFiles(File classRoot, String classFileName, Hashtable<String,String> result) { in gatherFiles() argument 57 Vector<String> result= new Vector<String>(); in splitClassPath() local
|
/dalvik/vm/native/ |
D | java_lang_Runtime.c | 76 StringObject* result = NULL; in Dalvik_java_lang_Runtime_nativeLoad() local 129 long result = 1; in Dalvik_java_lang_Runtime_availableProcessors() local 147 unsigned int result = gDvm.heapSizeMax; in Dalvik_java_lang_Runtime_maxMemory() local 159 int result = dvmGetHeapDebugInfo(kVirtualHeapSize); in Dalvik_java_lang_Runtime_totalMemory() local 171 int result = dvmGetHeapDebugInfo(kVirtualHeapSize) in Dalvik_java_lang_Runtime_freeMemory() local
|
/dalvik/vm/ |
D | CheckJni.c | 1211 void* result; in createGuardedPACopy() local 1230 u1* result; in releaseGuardedPACopy() local 1283 jint result; in Check_GetVersion() local 1296 jclass result; in Check_DefineClass() local 1307 jclass result; in Check_FindClass() local 1317 jclass result; in Check_GetSuperclass() local 1329 jboolean result; in Check_IsAssignableFrom() local 1339 jmethodID result; in Check_FromReflectedMethod() local 1349 jfieldID result; in Check_FromReflectedField() local 1360 jobject result; in Check_ToReflectedMethod() local [all …]
|
D | Atomic.c | 159 int result; in dvmQuasiAtomicCas64() local 176 int64_t result; in dvmQuasiAtomicRead64() local 223 int result; in dvmQuasiAtomicCas64() local 247 int64_t result; in dvmQuasiAtomicRead64() local 265 int64_t result; in dvmQuasiAtomicSwap64() local
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | OneLocalsArray.java | 51 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/dx/src/junit/extensions/ |
D | TestDecorator.java | 21 public void basicRun(TestResult result) { in basicRun() 27 public void run(TestResult result) { in run()
|
/dalvik/libdex/ |
D | Leb128.c | 35 int result = readUnsignedLeb128(pStream); in readAndVerifyUnsignedLeb128() local 57 int result = readSignedLeb128(pStream); in readAndVerifySignedLeb128() local
|
D | Leb128.h | 33 int result = *(ptr++); in readUnsignedLeb128() local 68 int result = *(ptr++); in readSignedLeb128() local
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | SsaConverter.java | 45 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/dx/src/com/android/dx/rop/type/ |
D | StdTypeList.java | 171 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/junit/textui/ |
D | ResultPrinter.java | 26 synchronized void print(TestResult result, long runTime) { in print() 46 protected void printErrors(TestResult result) { in printErrors() 50 protected void printFailures(TestResult result) { in printFailures() 80 protected void printFooter(TestResult result) { in printFooter()
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
D | SsaToRop.java | 205 RegisterSpec result = insn.getResult(); in visitPhiInsn() local 260 BasicBlockList result = new BasicBlockList(ropBlockCount); in convertBasicBlocks() local 329 BasicBlock result = new BasicBlock( in convertBasicBlock() local 345 InsnList result = new InsnList(insnCount); in convertInsns() local 378 int result[] = new int[regCount]; in getRegistersByFrequency() local
|
/dalvik/hit/src/com/android/hit/ |
D | Queries.java | 72 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/dx/src/com/android/dx/dex/cf/ |
D | AttributeTranslator.java | 92 Annotations result = getAnnotations0(attribs); in getAnnotations() local 119 Annotations result = getAnnotations(attribs); in getClassAnnotations() local 157 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations() local 307 Annotations result = new Annotations(); in translateInnerClasses() local 402 Annotation result = in translateAnnotationDefaults() local
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
D | Annotations.java | 53 Annotations result = new Annotations(); in combine() local 74 Annotations result = new Annotations(); in combine() local 117 int result = thisOne.compareTo(otherOne); in compareTo() local
|