| /dalvik/vm/mterp/portable/ |
| entry.cpp | 17 u4* fp; // frame pointer 20 u4 ref; // 16 or 32-bit quantity fetched directly
|
| /external/e2fsprogs/lib/uuid/ |
| uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
| /dalvik/libdex/ |
| DexFile.cpp | 105 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, 106 u4* utf16Size) { 163 static u4 classDescriptorHash(const char* str) 165 u4 hash = 1; 184 u4 hash = classDescriptorHash(classDescriptor); 349 u4 adler = dexComputeChecksum(pHeader); 445 u4 hash; 480 u4 dexComputeChecksum(const DexHeader* pHeader) 487 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum); 499 u4 handlersSize [all...] |
| DexProto.cpp | 139 u4 paramCount = (typeList == NULL) ? 0 : typeList->size; 140 u4 i; 143 u4 idx = dexTypeListGetIdx(typeList, i); 155 u4 idx = dexTypeListGetIdx(typeList, i); 296 u4 idx1 = dexTypeListGetIdx(typeList1, i); 297 u4 idx2 = dexTypeListGetIdx(typeList2, i); 496 u4 dexParameterIteratorNextIndex(DexParameterIterator* pIterator) { 504 u4 idx = dexTypeListGetIdx(pIterator->parameters, cursor); 516 u4 idx = dexParameterIteratorNextIndex(pIterator);
|
| /dalvik/vm/compiler/codegen/x86/ |
| LowerObject.cpp | 35 int check_cast_nohelper(u2 vA, u4 tmp, bool instance, u2 vDest) { 169 int common_check_cast_instance_of(u2 vA, u4 tmp, bool instance, u2 vDest) { 181 u4 tmp = (u4)FETCH(1); 192 u4 tmp = (u4)FETCH(1); 321 u4 tmp = (u4)FETCH(1); 389 u4 tmp = (u4)FETCH(1) [all...] |
| /dalvik/vm/native/ |
| dalvik_system_VMStack.cpp | 29 static void Dalvik_dalvik_system_VMStack_getCallingClassLoader(const u4* args, 47 static void Dalvik_dalvik_system_VMStack_getStackClass2(const u4* args, 65 static void Dalvik_dalvik_system_VMStack_getClasses(const u4* args, 180 static void Dalvik_dalvik_system_VMStack_getThreadStackTrace(const u4* args, 204 static void Dalvik_dalvik_system_VMStack_fillStackTraceElements(const u4* args,
|
| /external/elfutils/libcpu/ |
| memory-access.h | 85 uint32_t u4; member in union:unaligned 113 return up->u4; 120 return bswap_32 (up->u4); 121 return up->u4; 128 return (int32_t) bswap_32 (up->u4);
|
| /dalvik/vm/alloc/ |
| Heap.cpp | 449 u4 gcEnd = 0; 450 u4 rootStart = 0 , rootEnd = 0; 451 u4 dirtyStart = 0, dirtyEnd = 0; 669 u4 markSweepTime = dirtyEnd - rootStart; 670 u4 gcTime = gcEnd - rootStart; 680 u4 rootTime = rootEnd - rootStart; 681 u4 dirtyTime = dirtyEnd - dirtyStart; 682 u4 gcTime = gcEnd - rootStart; 734 u4 start = dvmGetRelativeTimeMsec(); 740 u4 end = dvmGetRelativeTimeMsec() [all...] |
| Visit.cpp | 55 u4 threadId, RootType type, void *arg) 69 u4 threadId, RootType type, void *arg) 87 u4 threadId = thread->threadId; 89 for (u4 *fp = (u4 *)thread->interpSave.curFrame; 91 fp = (u4 *)saveArea->prevFrame) { 164 u4 threadId;
|
| /dalvik/vm/compiler/ |
| Utility.cpp | 283 bv->storage = (u4*) dvmCompilerNew(count * sizeof(u4), true); 298 if (num >= pBits->storageSize * sizeof(u4) * 8) { 305 u4 *newStorage = (u4*)dvmCompilerNew(newSize * sizeof(u4), false); 306 memcpy(newStorage, pBits->storage, pBits->storageSize * sizeof(u4)); 308 (newSize - pBits->storageSize) * sizeof(u4)); 328 if (num >= pBits->storageSize * sizeof(u4) * 8) { 343 memset(pBits->storage, value, pBits->storageSize * (int)sizeof(u4)); [all...] |
| /dalvik/vm/ |
| LinearAlloc.cpp | 100 static inline u4* getBlockHeader(void* mem) 102 return ((u4*) mem) -1; 170 assert(*(u4*) (pHdr->mapAddr + pHdr->curOffset) == 0); 379 *(u4*)(pHdr->mapAddr + startOffset) = size | LENGTHFLAG_RW; 381 *(u4*)(pHdr->mapAddr + startOffset) = size; 428 const u4* pLen = getBlockHeader(mem); 461 u4* pLen = getBlockHeader(mem); 462 u4 len = *pLen & LENGTHFLAG_MASK; 580 u4* pLen = getBlockHeader(mem); 608 u4 rawLen, fullLen [all...] |
| Profile.cpp | 47 * u4 magic ('SLOW') 56 * u4 method ID | method action 57 * u4 time delta since start, in usec 61 * u4 method ID | method action 62 * u4 time delta since start, in usec 66 * u4 method ID | method action 67 * u4 time delta since start, in usec 68 * u4 wall time since start, in usec (when clock == "dual" only) 155 static inline void storeIntLE(u1* buf, u4 val) 188 if (!dvmIsBreakFrame((u4*) fp) [all...] |
| /dalvik/vm/analysis/ |
| DexVerify.cpp | 139 u4 insnsSize = dvmGetMethodInsnsSize(meth); 141 u4 triesSize = pCode->triesSize; 143 u4 idx; 153 u4 start = pTry->startAddr; 154 u4 end = start + pTry->insnCount; 155 u4 addr; 180 u4 handlersSize = dexGetHandlersSize(pCode); 181 u4 offset = dexGetFirstHandlerOffset(pCode); 188 u4 addr; 346 static bool checkArrayData(const Method* meth, u4 curOffset [all...] |
| Liveness.cpp | 24 static bool processInstruction(VerifierData* vdata, u4 curIdx, 27 static void dumpLiveState(const VerifierData* vdata, u4 curIdx, 47 u4 insnWidth = 0; 48 for (u4 idx = 0; idx < vdata->insnsSize; ) { 121 for (u4 idx = 0; idx < vdata->insnsSize; idx++) { 173 u4 curIdx = workBlock->lastAddr; 248 u4 checkIdx; 261 u4 insnWidth = dvmInsnGetWidth(insnFlags, checkIdx); 284 static inline void GEN(BitVector* workBits, u4 regIndex) 292 static inline void GENW(BitVector* workBits, u4 regIndex [all...] |
| VerifySubs.h | 33 typedef u4 InsnFlags;
|
| /frameworks/base/core/jni/ |
| BindTest.cpp | 22 static u4 offset_instanceString; 28 static u4 offset_mObj; 29 static u4 offset_mBool; 30 static u4 offset_mInt; 31 static u4 offset_mString; 32 static u4 offset_mDouble; 33 static u4 offset_mLong;
|
| /dalvik/vm/jdwp/ |
| ExpandBuf.cpp | 143 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val) 172 ensureSpace(pBuf, sizeof(u4) + strLen); 174 pBuf->curLen += sizeof(u4) + strLen;
|
| JdwpPriv.h | 96 u4 requestSerial; 97 u4 eventSerial; 141 u4 dvmJdwpNextRequestSerial(JdwpState* state); 142 u4 dvmJdwpNextEventSerial(JdwpState* state);
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| AnnotationSetRefItem.java | 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
|
| /dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
| CstFloat.java | 63 return "float{0x" + Hex.u4(bits) + " / " +
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| AnnotationSetRefItem.java | 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
|
| /dalvik/dx/src/com/android/dx/rop/cst/ |
| CstFloat.java | 63 return "float{0x" + Hex.u4(bits) + " / " +
|
| /dalvik/vm/arch/mips/ |
| HintsO32.cpp | 63 u4 dvmPlatformInvokeHints(const DexProto* proto)
|
| /dalvik/vm/mterp/c/ |
| OP_EXECUTE_INLINE.cpp | 19 u4 arg0, arg1, arg2, arg3;
|
| OP_EXECUTE_INLINE_RANGE.cpp | 3 u4 arg0, arg1, arg2, arg3;
|