Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 28) sorted by relevance

12

/dalvik/vm/compiler/codegen/x86/libenc/
DREADME.txt7 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
Dencoder.inl20 #include <stdio.h>
21 #include <assert.h>
22 #include <limits.h>
/dalvik/vm/alloc/TEST/HeapBitmapTest/
DMakefile10 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/
DRop.java239 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/
DRop.java239 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/
Dsmall-class.txt25 01 0001 "h" # 000d: utf8["h"]
121 000d # "h"
Dexpected.txt21 000d: utf8{"h"}
137 name: h
/dalvik/dx/tests/115-merge/testdata/
DStaticValues.java11 public static final String h = "this is a String"; field in StaticValues
/dalvik/vm/alloc/
DCardTable.cpp161 GcHeap *h = gDvm.gcHeap; in dvmIsValidCard() local
162 u1* begin = h->cardTableBase + h->cardTableOffset; in dvmIsValidCard()
163 u1* end = &begin[h->cardTableLength]; in dvmIsValidCard()
DMarkSweep.cpp557 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/
DMain.java46 long h = 0x88; in shiftTest2() local
49 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/dalvik/vm/
DREADME.txt11 defined in Globals.h, so that all global VM state is in one place.
/dalvik/opcode-gen/
Dregen-all42 ${progdir}/opcode-gen libdex/DexOpcodes.h
DREADME.txt57 * Update the instruction format list in libdex/InstrUtils.h.
Dbytecode.txt33 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/
DMain.java72 int h = 0; in clearStack() local
/dalvik/libdex/
Dsha1.cpp317 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/
DIntMath.java47 long h = 0x88; in shiftTest2() local
50 (e << 24) | (f << 16) | (g << 8) | h); in shiftTest2()
/dalvik/vm/mterp/armv5te/
DOP_FILLED_NEW_ARRAY.S53 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
/dalvik/vm/mterp/mips/
DOP_FILLED_NEW_ARRAY.S56 sw rINST, (offThread_retval+4)(rSELF) # retval.h <- type
/dalvik/vm/mterp/
DREADME.txt86 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/
Dporting-proto.c.txt27 #include <stdint.h>
/dalvik/dx/tests/087-ssa-local-vars/
Dexpected.txt302 h) . <- .
/dalvik/vm/mterp/out/
DInterpAsm-armv5te-vfp.S8013 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
8098 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
DInterpAsm-armv7-a-neon.S7967 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type
8052 str rINST, [rSELF, #offThread_retval+4] @ retval.h <- type

12