/dalvik/docs/ |
porting-proto.c.txt | 34 typedef uint32_t u4; 78 s4 ilsr32(s4 x, s4 count) { return ((u4)x) >> (count & 0x1f); } // unsigned 216 u4 const_43e00000(u4 highword) { return 0x43e00000; } 217 u4 const_c3e00000(u4 highword) { return 0xc3e00000; } 218 u4 const_ffc00000(u4 highword) { return 0xffc00000; } 219 u4 const_41dfffff(u4 highword) { return 0x41dfffff; [all...] |
/dalvik/libdex/ |
DexClass.cpp | 28 static bool verifyUlebs(const u1* pData, const u1* pLimit, u4 count) { 30 u4 i; 64 DexField* pField, u4* lastIndex) { 85 DexMethod* pMethod, u4* lastIndex) { 106 u4 lastIndex; 127 u4 i;
|
ZipArchive.h | 177 u4 dexInitCrc32(void); 178 u4 dexComputeCrc32(u4 crc, const void* buf, size_t len);
|
/dalvik/vm/ |
Sync.cpp | 88 u4 ownerPc; 146 static u4 lockOwner(Object* obj) 149 u4 lock; 173 u4 threadId = lockOwner(obj); 262 static void logContentionEvent(Thread *self, u4 waitMs, u4 samplePercent, 263 const char *ownerFileName, u4 ownerLineNumber) 267 u4 relativePc; 346 u4 waitThreshold, samplePercent; 361 u4 currentOwnerPc = mon->ownerPc [all...] |
JniInternal.h | 42 u4 envThreadId; 108 void dvmCallJNIMethod(const u4* args, JValue* pResult, 110 void dvmCheckCallJNIMethod(const u4* args, JValue* pResult,
|
Intern.cpp | 54 static StringObject* lookupString(HashTable* table, u4 key, StringObject* value) 61 static StringObject* insertString(HashTable* table, u4 key, StringObject* value) 76 u4 key = dvmComputeStringHash(strObj); 160 u4 key = dvmComputeStringHash(strObj);
|
IndirectRefTable.cpp | 61 IndirectRef IndirectRefTable::add(u4 cookie, Object* obj) 157 u4 topIndex = segmentState.parts.topIndex; 158 u4 index = extractIndex(iref); 175 u4 serial = extractSerial(iref); 213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref) 217 u4 topIndex = segmentState.parts.topIndex; 218 u4 bottomIndex = prevState.parts.topIndex; 225 u4 index; 245 u4 serial = extractSerial(iref);
|
Sync.h | 96 u4 dvmIdentityHashCode(Object* obj); 101 void dvmThreadSleep(u8 msec, u4 nsec);
|
/dalvik/vm/analysis/ |
DexPrepare.cpp | 57 static int writeDependencies(int fd, u4 modWhen, u4 crc); 60 static bool computeFileChecksum(int fd, off_t start, size_t length, u4* pSum); 130 u4 modWhen, u4 crc, bool isBootstrap, bool* pNewFile, bool createIfMissing) 352 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) 528 const char* fileName, u4 modWhen, u4 crc, bool isBootstrap) 658 u4 optChecksum [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
HexParser.java | 106 "offset " + Hex.u4(outAt)); 128 Hex.u4(outAt)); 133 "offset " + Hex.u4(outAt));
|
/dalvik/dx/src/com/android/dx/util/ |
HexParser.java | 106 "offset " + Hex.u4(outAt)); 128 Hex.u4(outAt)); 133 "offset " + Hex.u4(outAt));
|
/dalvik/vm/hprof/ |
HprofClass.cpp | 40 static u4 computeClassHash(const ClassObject *clazz) 42 u4 hash; 47 hash = (u4)clazz->classLoader; 126 * u4: class serial number (always > 0) 128 * u4: stack trace serial number
|
/dalvik/vm/interp/ |
InterpState.h | 111 u4* curFrame; // Dalvik frame pointer 243 u4 isCode:1; 244 u4 unused:31;
|
Stack.cpp | 279 assert(!dvmIsBreakFrame((u4*)self->interpSave.curFrame)); 285 assert(dvmIsBreakFrame((u4*)saveBlock->prevFrame) || 317 assert(!dvmIsBreakFrame((u4*)self->interpSave.curFrame)); 448 u4* ins; 455 ins = ((u4*)self->interpSave.curFrame) + 465 *ins++ = (u4) obj; 490 *ins++ = (u4) dvmDecodeIndirectRef(self, argObj); 492 *ins++ = (u4) argObj; 498 *ins++ = va_arg(args, u4); 522 (*method->nativeFunc)((u4*)self->interpSave.curFrame, pResult [all...] |
InterpDefs.h | 51 Object* dvmGetThisPtr(const Method* method, const u4* fp); 74 Method* dvmInterpFindInterfaceMethod(ClassObject* thisClass, u4 methodIdx,
|
/dalvik/vm/native/ |
dalvik_system_DexFile.cpp | 90 u4 hash = cookie; 116 u4 hash = (u4) pDexOrJar; 151 static void Dalvik_dalvik_system_DexFile_openDexFileNative(const u4* args, 249 static void Dalvik_dalvik_system_DexFile_openDexFile_bytearray(const u4* args, 253 u4 length; 297 static void Dalvik_dalvik_system_DexFile_closeDexFile(const u4* args, 319 u4 hash = (u4) pDexOrJar; 349 static void Dalvik_dalvik_system_DexFile_defineClassNative(const u4* args [all...] |
/external/chromium_org/third_party/zlib/ |
crc32.c | 39 typedef unsigned int u4; typedef 42 typedef unsigned long u4; typedef 45 typedef unsigned short u4; typedef 235 u4 endian; 269 register u4 c; 270 register const u4 FAR *buf4; 272 c = (u4)crc; 279 buf4 = (const u4 FAR *)(const void FAR *)buf; 309 register u4 c; 310 register const u4 FAR *buf4 [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
HexParser.java | 106 "offset " + Hex.u4(outAt)); 128 Hex.u4(outAt)); 133 "offset " + Hex.u4(outAt));
|
/dalvik/vm/arch/arm/ |
HintsEABI.cpp | 57 u4 dvmPlatformInvokeHints(const DexProto* proto)
|
/dalvik/vm/compiler/codegen/ |
CompilerCodegen.h | 42 extern "C" void* dvmJitChain(void* tgtAddr, u4* branchAddr);
|
/dalvik/vm/jdwp/ |
ExpandBuf.h | 22 #include "Common.h" // need u1/u2/u4/u8 types 52 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
|
JdwpHandler.cpp | 109 u4 numArgs = read4BE(&buf); 122 for (u4 i = 0; i < numArgs; i++) { 131 u4 options = read4BE(&buf); /* enum InvokeOptions bit flags */ 222 u4 numClasses; 237 u4 status; 262 u4 threadCount; 268 for (u4 i = 0; i < threadCount; i++) { 289 u4 groups = 1; 356 u4 exitCode = get4BE(buf); 415 u4 classPaths = 1 [all...] |
/dalvik/vm/mterp/c/ |
OP_PACKED_SWITCH.cpp | 4 u4 testVal;
|
OP_SPARSE_SWITCH.cpp | 4 u4 testVal;
|
/dalvik/vm/arch/generic/ |
Call.cpp | 55 int argc, const u4* argv, const char* signature, void* func, JValue* pResult); 76 const u4* argv, const char* shorty, void* func, JValue* pReturn)
|