/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
HeaderItem.java | 79 Hex.u4(file.getFileSize())); 80 out.annotate(4, "header_size: " + Hex.u4(HEADER_SIZE)); 81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG)); 84 out.annotate(4, "map_off: " + Hex.u4(mapOff)); 116 out.annotate(4, "data_size: " + Hex.u4(dataSize)); 117 out.annotate(4, "data_off: " + Hex.u4(dataOff));
|
/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderItem.java | 71 Hex.u4(file.getFileSize())); 72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM)); 73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG)); 76 out.annotate(4, "map_off: " + Hex.u4(mapOff)); 108 out.annotate(4, "data_size: " + Hex.u4(dataSize)); 109 out.annotate(4, "data_off: " + Hex.u4(dataOff));
|
/dalvik/vm/ |
Misc.h | 48 INLINE float dvmU4ToFloat(u4 val) { 49 union { u4 in; float out; } conv; 53 INLINE u4 dvmFloatToU4(float val) { 54 union { float in; u4 out; } conv; 226 * this function is a u4 and should only be used for debugging 230 INLINE u4 dvmGetRelativeTimeMsec(void) { 231 return (u4)(dvmGetRelativeTimeUsec() / 1000);
|
Debugger.h | 40 u4 setSize; 44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet) 51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet) 92 u4 numArgs; 94 u4 options; 166 u4 dvmDbgGetAccessFlags(RefTypeId id); 168 void dvmDbgGetClassList(u4* pNumClasses, RefTypeId** pClassRefBuf); 169 void dvmDbgGetVisibleClassList(ObjectId classLoaderId, u4* pNumClasses, 171 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus, 193 ObjectId dvmDbgCreateArrayObject(RefTypeId arrayTypeId, u4 length) [all...] |
Ddm.h | 78 ArrayObject* dvmDdmGetStackTraceById(u4 threadId);
|
RawDexFile.h | 52 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppDexFile);
|
Hash.h | 26 typedef u4 (*HashCompute)(const void* item); 62 u4 hashValue; 145 void* dvmHashTableLookup(HashTable* pHashTable, u4 itemHash, void* item, 152 bool dvmHashTableRemove(HashTable* pHashTable, u4 hash, void* item); 217 typedef u4 (*HashCalcFunc)(const void* item);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
HeaderItem.java | 71 Hex.u4(file.getFileSize())); 72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM)); 73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG)); 76 out.annotate(4, "map_off: " + Hex.u4(mapOff)); 108 out.annotate(4, "data_size: " + Hex.u4(dataSize)); 109 out.annotate(4, "data_off: " + Hex.u4(dataOff));
|
/dalvik/vm/native/ |
java_lang_reflect_Method.cpp | 30 static void Dalvik_java_lang_reflect_Method_getMethodModifiers(const u4* args, 47 static void Dalvik_java_lang_reflect_Method_invokeNative(const u4* args, 121 const u4* args, JValue* pResult) 139 static void Dalvik_java_lang_reflect_Method_getAnnotation(const u4* args, 154 static void Dalvik_java_lang_reflect_Method_isAnnotationPresent(const u4* args, 171 const u4* args, JValue* pResult) 191 static void Dalvik_java_lang_reflect_Method_getDefaultValue(const u4* args, 217 const u4* args, JValue* pResult)
|
org_apache_harmony_dalvik_ddmc_DdmServer.cpp | 31 const u4* args, JValue* pResult)
|
dalvik_system_VMRuntime.cpp | 39 const u4* args, JValue* pResult) 55 const u4* args, JValue* pResult) 68 static void Dalvik_dalvik_system_VMRuntime_startJitCompilation(const u4* args, 88 static void Dalvik_dalvik_system_VMRuntime_disableJitCompilation(const u4* args, 99 static void Dalvik_dalvik_system_VMRuntime_newNonMovableArray(const u4* args, 130 static void Dalvik_dalvik_system_VMRuntime_addressOf(const u4* args, 143 static void Dalvik_dalvik_system_VMRuntime_clearGrowthLimit(const u4* args, 151 const u4* args, JValue* pResult) 156 static void Dalvik_dalvik_system_VMRuntime_properties(const u4* args, 171 static void Dalvik_dalvik_system_VMRuntime_bootClassPath(const u4* args [all...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
CodeOutput.java | 46 public void write(short u0, short u1, short u2, short u3, short u4);
|
/dalvik/vm/alloc/ |
Visit.h | 49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
|
/dalvik/vm/mterp/c/ |
OP_CONST_CLASS.cpp | 15 SET_REGISTER(vdst, (u4) clazz);
|
OP_CONST_STRING.cpp | 15 SET_REGISTER(vdst, (u4) strObj);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
CodeOutput.java | 46 public void write(short u0, short u1, short u2, short u3, short u4);
|
/external/e2fsprogs/lib/uuid/ |
uuid.h | 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}
|
/art/jdwpspy/ |
Common.h | 15 typedef uint32_t u4; typedef 48 INLINE u4 get4BE(unsigned char const* pSrc) { 49 u4 result;
|
/dalvik/vm/jdwp/ |
JdwpEvent.h | 36 u4 exprId; 93 u4 requestId; /* serial#, reported to debugger */ 115 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId);
|
/external/qemu/distrib/zlib-1.2.3/ |
crc32.c | 39 typedef unsigned int u4; typedef 42 typedef unsigned long u4; typedef 45 typedef unsigned short u4; typedef 233 u4 endian; 267 register u4 c; 268 register const u4 FAR *buf4; 270 c = (u4)crc; 277 buf4 = (const u4 FAR *)(const void FAR *)buf; 307 register u4 c; 308 register const u4 FAR *buf4 [all...] |
/dalvik/vm/analysis/ |
CodeVerify.h | 115 typedef u4 RegType; 122 typedef u4 MonitorEntries; 139 u4* monitorStack; 171 u4 insnsSize; 178 u4 insnRegCount;
|
RegisterMap.h | 166 u4 methodData[1]; 181 u4 numClasses; 184 u4 classDataOffset[1]; 193 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx, 194 u4* pNumMaps);
|
VfyBasicBlock.cpp | 36 static u4 extractCatchHandlers(const DexCode* pCode, const DexTry* pTry, 37 u4* addrBuf, size_t addrBufSize) 72 static VfyBasicBlock* allocVfyBasicBlock(VerifierData* vdata, u4 idx) 92 newBlock->firstAddr = (u4) -1; // DEBUG 108 u4 targetIdx) 158 u4 curIdx, OpcodeFlags opFlags, u4 nextIdx, u4* handlerList, 182 assert(absOffset >= 0 && (u4) absOffset < vdata->insnsSize); 215 u4 switchIdx [all...] |
/dalvik/libdex/ |
DexDebugInfo.cpp | 86 u4 stringIdx = readUnsignedLeb128(pStream); 102 u4 typeIdx = readUnsignedLeb128(pStream); 120 static void emitLocalCbIfLive(void *cnxt, int reg, u4 endAddress, 145 u4 protoIdx, 146 u4 accessFlags, 153 u4 insnsSize = pCode->insnsSize; 154 u4 line = readUnsignedLeb128(&stream); 155 u4 parametersSize = readUnsignedLeb128(&stream); 157 u4 address = 0; 316 u4 protoIdx [all...] |
/dalvik/vm/hprof/ |
HprofOutput.cpp | 37 u4 value_ = (u4)(value); \ 103 /* u4: size of identifiers. We're using addresses 107 fwrite(buf, 1, sizeof(u4), fp); 117 /* u4: high word of the 64-bit time. 119 U4_TO_BUF_BE(buf, 0, (u4)(nowMs >> 32)); 120 fwrite(buf, 1, sizeof(u4), fp); 122 /* u4: low word of the 64-bit time. 124 U4_TO_BUF_BE(buf, 0, (u4)(nowMs & 0xffffffffULL)); 125 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the tim [all...] |