HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 226 - 250 of 405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
  /dalvik/vm/analysis/
VerifySubs.cpp 103 *pOffset = insns[1] | (((u4) insns[2]) << 16);
  /dalvik/vm/compiler/
Compiler.h 111 u4 branch; /* Branch to chained destination */
113 u4 delay_slot; /* nop goes here */
115 u4 branch2; /* IA32 branch instr may be > 32 bits */
128 u4 serialNumber; /* Serial # (for verification only) */
  /dalvik/vm/mterp/armv5te/
debug.cpp 56 *(u4*)fp);
  /dalvik/vm/mterp/mips/
debug.cpp 66 *(u4*)fp);
  /dalvik/vm/oo/
AccessCheck.cpp 89 const ClassObject* accessTo, u4 accessFlags)
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 122 u u4 = { 0, "asdf" }; // expected-error{{excess elements in union initializer}} variable
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
295 Hex.u4(fieldsSize));
297 Hex.u4(methodsSize));
299 Hex.u4(parametersSize));
StringDataItem.java 77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInteger.java 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
  /dalvik/libdex/
ZipArchive.cpp 143 static u4 get4LE(unsigned char const* pSrc)
145 u4 result;
231 u4 diskNumber = get2LE(eocdPtr + kEOCDDiskNumber);
232 u4 diskWithCentralDir = get2LE(eocdPtr + kEOCDDiskNumberForCD);
233 u4 numEntries = get2LE(eocdPtr + kEOCDNumEntries);
234 u4 totalNumEntries = get2LE(eocdPtr + kEOCDTotalNumEntries);
235 u4 centralDirSize = get4LE(eocdPtr + kEOCDSize);
236 u4 centralDirOffset = get4LE(eocdPtr + kEOCDFileOffset);
237 u4 commentSize = get2LE(eocdPtr + kEOCDCommentSize);
631 u4 gpbf = get2LE(lfhBuf + kLFHGPBFlags)
    [all...]
  /dalvik/vm/alloc/
DdmHeap.cpp 44 * [u4]: number of heaps
47 * [u4]: heap ID
50 * [u4]: max heap size in bytes (-Xmx)
51 * [u4]: current heap size in bytes
52 * [u4]: current number of bytes allocated
53 * [u4]: current number of objects allocated
56 (sizeof(u4) + (numHeaps) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))
238 /* [u4]: heap ID */
244 /* [u4]: virtual address of segment start *
    [all...]
  /dalvik/vm/interp/
Interp.cpp 540 u4* fp;
541 u4* prevFp = NULL;
550 if (!dvmIsBreakFrame((u4*)fp) && !dvmIsNativeMethod(method))
567 assert(!dvmIsBreakFrame((u4*)fp));
657 void dvmReportPreNativeInvoke(const Method* methodToCall, Thread* self, u4* fp)
680 void dvmReportPostNativeInvoke(const Method* methodToCall, Thread* self, u4* fp)
731 static void updateDebugger(const Method* method, const u2* pc, const u4* fp,
895 Object* dvmGetThisPtr(const Method* method, const u4* fp)
949 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly)
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
InterpC-armv5te.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
InterpC-armv7-a-neon.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
InterpC-armv7-a.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
InterpC-portable.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
InterpC-allstubs.cpp 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
154 /* get a long from an array of u4 */
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
158 union { s8 ll; u4 parts[2]; } conv;
171 /* store a long into an array of u4 */
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
175 union { s8 ll; u4 parts[2]; } conv;
186 /* get a double from an array of u4 */
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
190 union { double d; u4 parts[2]; } conv
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
EncodedMethod.java 182 " method_idx: " + Hex.u4(methodIdx));
187 " code_off: " + Hex.u4(codeOff));

Completed in 350 milliseconds

1 2 3 4 5 6 7 8 91011>>