/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
D | Makefile | 10 out/main.o: main.c ../../HeapBitmap.h 13 …eapBitmap.o: ../../HeapBitmap.c ../../HeapBitmap.h ../../clz.h include/cutils/ashmem.h include/Dal… 16 out/clz.o: ../../clz.c ../../clz.h
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rop.java | 239 int h = (opcode * 31) + branchingness; in hashCode() local 240 h = (h * 31) + result.hashCode(); in hashCode() 241 h = (h * 31) + sources.hashCode(); in hashCode() 242 h = (h * 31) + exceptions.hashCode(); in hashCode() 244 return h; in hashCode()
|
/dalvik/vm/alloc/ |
D | CardTable.c | 104 GcHeap *h = gDvm.gcHeap; in dvmIsValidCard() local 105 return cardAddr >= h->cardTableBase && in dvmIsValidCard() 106 cardAddr < &h->cardTableBase[h->cardTableLength]; in dvmIsValidCard()
|
D | MarkSweep.c | 583 GcHeap *h = gDvm.gcHeap; in scanGrayObjects() local 591 baseCard = &h->cardTableBase[0]; in scanGrayObjects() 593 assert(limitCard <= &h->cardTableBase[h->cardTableLength]); in scanGrayObjects()
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
D | small-class.txt | 25 01 0001 "h" # 000d: utf8["h"] 121 000d # "h"
|
D | expected.txt | 21 000d: utf8{"h"} 137 name: h
|
/dalvik/libnativehelper/ |
D | README | 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
|
/dalvik/tests/027-arithmetic/src/ |
D | Main.java | 46 long h = 0x88; in shiftTest2() local 49 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
|
/dalvik/vm/ |
D | README.txt | 11 defined in Globals.h, so that all global VM state is in one place.
|
/dalvik/tests/067-preemptive-unpark/src/ |
D | Main.java | 72 int h = 0; in clearStack() local
|
/dalvik/libdex/ |
D | sha1.c | 317 unsigned char h; in hexval() local 321 h = c - 'A' + 10; in hexval() 323 h = c - '0'; in hexval() 324 return h; in hexval()
|
/dalvik/tests/003-omnibus-opcodes/src/ |
D | IntMath.java | 47 long h = 0x88; in shiftTest2() local 50 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
|
/dalvik/vm/mterp/armv5te/ |
D | OP_FILLED_NEW_ARRAY.S | 53 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|
/dalvik/vm/mterp/ |
D | README.txt | 69 substitutions are performed. ".c" and ".h" files are copied to the 177 The file "common/asm-constants.h" has some definitions for constant
|
/dalvik/dx/etc/ |
D | bytecode.txt | 44 15 21h y const/high16 48 19 21h y const-wide/high16
|
/dalvik/docs/ |
D | porting-proto.c.txt | 27 #include <stdint.h>
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | expected.txt | 457 h) . <- .
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te-vfp.S | 8060 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type 8144 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|
D | InterpAsm-armv7-a-neon.S | 8010 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type 8094 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|
D | InterpAsm-armv7-a.S | 8010 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type 8094 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|
D | InterpAsm-armv4t.S | 8382 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type 8466 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|
D | InterpAsm-armv5te.S | 8382 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type 8466 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
|