Searched refs:c1 (Results 1 – 8 of 8) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/code/ |
D | InsnFormat.java | 502 protected static void write(AnnotatedOutput out, short c0, short c1) { in write() argument 504 out.writeShort(c1); in write() 515 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 518 out.writeShort(c1); in write() 531 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 534 out.writeShort(c1); in write() 549 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 552 out.writeShort(c1); in write() 569 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 572 out.writeShort(c1); in write()
|
/dalvik/vm/hprof/ |
D | HprofClass.c | 61 const ClassObject *c1 = (const ClassObject *)v1; in classCmp() local 65 diff = (uintptr_t)c1->classLoader - (uintptr_t)c2->classLoader; in classCmp() 67 return strcmp(c1->descriptor, c2->descriptor); in classCmp()
|
/dalvik/libdex/ |
D | DexProto.c | 458 char c1 = *(protoDesc++); in dexProtoCompareToDescriptor() local 461 if (c1 < c2) { in dexProtoCompareToDescriptor() 464 } else if (c1 > c2) { in dexProtoCompareToDescriptor() 467 } else if (c1 == '\0') { in dexProtoCompareToDescriptor()
|
/dalvik/vm/analysis/ |
D | CodeVerify.c | 131 static ClassObject* findCommonSuperclass(ClassObject* c1, ClassObject* c2); 2213 static ClassObject* digForSuperclass(ClassObject* c1, ClassObject* c2) in digForSuperclass() argument 2217 depth1 = getClassDepth(c1); in digForSuperclass() 2222 c1->descriptor, depth1, c2->descriptor, depth2); in digForSuperclass() 2228 c1 = c1->super; in digForSuperclass() 2239 while (c1 != c2) { in digForSuperclass() 2240 c1 = c1->super; in digForSuperclass() 2243 assert(c1 != NULL && c2 != NULL); in digForSuperclass() 2247 LOGVV(" : --> %s\n", c1->descriptor); in digForSuperclass() 2249 return c1; in digForSuperclass() [all …]
|
/dalvik/vm/alloc/ |
D | Copying.c | 2101 size_t c0, c1, c2, c7; in verifyNewSpace() local 2103 c0 = c1 = c2 = c7 = 0; in verifyNewSpace() 2108 case BLOCK_TO_SPACE: ++c1; break; in verifyNewSpace() 2116 c0, c1, c2, c7); in verifyNewSpace()
|
/dalvik/dx/tests/024-code-bytecode/ |
D | small-class.txt | 279 c1 0002 # 0184: instanceof 0002
|
/dalvik/dx/etc/ |
D | bytecode.txt | 216 c1 12x y or-long/2addr
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | expected.txt | 1023 block 01c1 1036 next 01c1 1046 pred 01c1
|