/dalvik/vm/compiler/codegen/x86/libenc/ |
D | README.txt | 7 dec_base.h 9 enc_base.h 10 enc_defs.h 11 enc_prvt.h 14 encoder.h 20 enc_defs_ext.h -- derived from enc_defs.h 21 enc_wrapper.h -- derived from encoder.h
|
D | encoder.inl | 20 #include <stdio.h> 21 #include <assert.h> 22 #include <limits.h>
|
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
D | Makefile | 10 out/main.o: main.c ../../HeapBitmap.h 13 out/HeapBitmap.o: ../../HeapBitmap.c ../../HeapBitmap.h include/cutils/ashmem.h include/Dalvik.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/dexgen/src/com/android/dexgen/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/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/dx/tests/115-merge/testdata/ |
D | StaticValues.java | 11 public static final String h = "this is a String"; field in StaticValues
|
/dalvik/vm/alloc/ |
D | CardTable.cpp | 161 GcHeap *h = gDvm.gcHeap; in dvmIsValidCard() local 162 u1* begin = h->cardTableBase + h->cardTableOffset; in dvmIsValidCard() 163 u1* end = &begin[h->cardTableLength]; in dvmIsValidCard()
|
D | MarkSweep.cpp | 557 GcHeap *h = gDvm.gcHeap; in scanGrayObjects() local 560 base = &h->cardTableBase[0]; in scanGrayObjects() 562 assert(limit <= &h->cardTableBase[h->cardTableLength]); in scanGrayObjects()
|
/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/opcode-gen/ |
D | regen-all | 42 ${progdir}/opcode-gen libdex/DexOpcodes.h
|
D | README.txt | 57 * Update the instruction format list in libdex/InstrUtils.h.
|
D | bytecode.txt | 33 format 11n 21s 21h 31i 51l 107 op 15 const/high16 21h y none continue 111 op 19 const-wide/high16 21h y none continue
|
/dalvik/tests/067-preemptive-unpark/src/ |
D | Main.java | 72 int h = 0; in clearStack() local
|
/dalvik/libdex/ |
D | sha1.cpp | 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, [rSELF, #offThread_retval+4] @ retval.h <- type
|
/dalvik/vm/mterp/mips/ |
D | OP_FILLED_NEW_ARRAY.S | 56 sw rINST, (offThread_retval+4)(rSELF) # retval.h <- type
|
/dalvik/vm/mterp/ |
D | README.txt | 86 substitutions are performed. ".cpp" and ".h" files are copied to the 212 The file "common/asm-constants.h" has some definitions for constant 255 that is found in each thread's Thread struct (see vm/Thread.h). There
|
/dalvik/docs/ |
D | porting-proto.c.txt | 27 #include <stdint.h>
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | expected.txt | 302 h) . <- .
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te-vfp.S | 8013 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type 8098 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
|
D | InterpAsm-armv7-a-neon.S | 7967 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type 8052 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
|