/dalvik/libdex/ |
D | Leb128.h | 32 const u1* ptr = *pStream; in readUnsignedLeb128() local 67 const u1* ptr = *pStream; in readSignedLeb128() local 133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data) in writeUnsignedLeb128()
|
D | Leb128.cpp | 34 const u1* ptr = *pStream; in readAndVerifyUnsignedLeb128() local 56 const u1* ptr = *pStream; in readAndVerifySignedLeb128() local
|
D | DexSwapVerify.cpp | 92 static inline u4 fileOffset(const CheckState* state, const void* ptr) { in fileOffset() 547 static void* swapStringIdItem(const CheckState* state, void* ptr) { in swapStringIdItem() 557 static void* crossVerifyStringIdItem(const CheckState* state, void* ptr) { in crossVerifyStringIdItem() 580 static void* swapTypeIdItem(const CheckState* state, void* ptr) { in swapTypeIdItem() 590 static void* crossVerifyTypeIdItem(const CheckState* state, void* ptr) { in crossVerifyTypeIdItem() 614 static void* swapProtoIdItem(const CheckState* state, void* ptr) { in swapProtoIdItem() 671 static void* crossVerifyProtoIdItem(const CheckState* state, void* ptr) { in crossVerifyProtoIdItem() 764 static void* swapFieldIdItem(const CheckState* state, void* ptr) { in swapFieldIdItem() 776 static void* crossVerifyFieldIdItem(const CheckState* state, void* ptr) { in crossVerifyFieldIdItem() 836 static void* swapMethodIdItem(const CheckState* state, void* ptr) { in swapMethodIdItem() [all …]
|
D | DexOptData.cpp | 31 static bool isValidPointer(const void* ptr, const void* start, const void* end) in isValidPointer()
|
D | DexClass.cpp | 125 u1* ptr = ((u1*) result) + sizeof(DexClassData); in dexReadAndVerifyClassData() local
|
D | ZipArchive.cpp | 294 const u1* ptr = cdPtr; in parseZipArchive() local 494 const unsigned char* ptr = (const unsigned char*) in dexZipGetEntryInfo() local
|
/dalvik/vm/oo/ |
D | ObjectInlines.h | 82 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldBooleanVolatile() local 86 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldByteVolatile() local 90 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldShortVolatile() local 94 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldCharVolatile() local 98 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldIntVolatile() local 103 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmGetFieldFloatVolatile() local 121 Object** ptr = &((JValue*)BYTE_OFFSET(obj, offset))->l; in dvmGetFieldObjectVolatile() local 157 s4* ptr = &((JValue*)BYTE_OFFSET(obj, offset))->i; in dvmSetFieldIntVolatile() local 194 Object** ptr = &((JValue*)BYTE_OFFSET(obj, offset))->l; in dvmSetFieldObjectVolatile() local 238 const s4* ptr = &(sfield->value.i); in dvmGetStaticFieldBooleanVolatile() local [all …]
|
D | Class.h | 47 void* ptr; /* JarFile* or DexFile* */ member
|
/dalvik/vm/ |
D | PointerSet.h | 75 INLINE int dvmPointerSetFind(const PointerSet* pSet, const void* ptr) { in dvmPointerSetFind()
|
D | PointerSet.cpp | 117 bool dvmPointerSetAddEntry(PointerSet* pSet, const void* ptr) in dvmPointerSetAddEntry() 183 bool dvmPointerSetRemoveEntry(PointerSet* pSet, const void* ptr) in dvmPointerSetRemoveEntry() 205 bool dvmPointerSetHas(const PointerSet* pSet, const void* ptr, int* pIndex) in dvmPointerSetHas()
|
D | ReferenceTable.cpp | 103 Object** ptr; in dvmFindInReferenceTable() local 124 Object** ptr; in dvmRemoveFromReferenceTable() local
|
D | SignalCatcher.cpp | 219 void printAllClass(void *ptr) in printAllClass()
|
D | AllocTracker.cpp | 372 static size_t generateBaseOutput(u1* ptr, size_t baseLen, in generateBaseOutput() 481 static size_t outputStringTable(PointerSet* strings, u1* ptr) in outputStringTable()
|
D | Profile.cpp | 480 u1* ptr = gDvm.methodTrace.buf + TRACE_HEADER_LEN; in markTouchedMethods() local 738 u1* ptr; in dvmMethodTraceAdd() local
|
/dalvik/vm/reflect/ |
D | Annotation.cpp | 142 static s4 readSignedInt(const u1* ptr, int zwidth) in readSignedInt() 158 static u4 readUnsignedInt(const u1* ptr, int zwidth, bool fillOnRight) in readUnsignedInt() 177 static s8 readSignedLong(const u1* ptr, int zwidth) in readSignedLong() 193 static u8 readUnsignedLong(const u1* ptr, int zwidth, bool fillOnRight) in readUnsignedLong() 324 const u1* ptr = *pPtr; in processAnnotationValue() local 745 const u1* ptr; in processEncodedAnnotation() local 865 const u1* ptr = pAnnoItem->annotation; in processAnnotationSet() local 890 const u1* ptr; in getAnnotationItemFromAnnotationSet() local 936 const u1* ptr = pAnnoItem->annotation; in getAnnotationObjectFromAnnotationSet() local 955 const u1* ptr = *pPtr; in skipAnnotationValue() local [all …]
|
/dalvik/vm/alloc/ |
D | HeapSource.cpp | 233 static Heap *ptr2heap(const HeapSource *hs, const void *ptr) in ptr2heap() 257 static void countAllocation(Heap *heap, const void *ptr) in countAllocation() 270 static void countFree(Heap *heap, const void *ptr, size_t *numBytes) in countFree() 805 void* ptr = mspace_calloc(heap->msp, 1, n); in dvmHeapSourceAlloc() local 841 void* ptr = dvmHeapSourceAlloc(n); in heapAllocAndGrow() local 861 void* ptr = dvmHeapSourceAlloc(n); in dvmHeapSourceAllocAndGrow() local 976 bool dvmHeapSourceContainsAddress(const void *ptr) in dvmHeapSourceContainsAddress() 986 bool dvmHeapSourceContains(const void *ptr) in dvmHeapSourceContains() 1021 size_t dvmHeapSourceChunkSize(const void *ptr) in dvmHeapSourceChunkSize()
|
D | Heap.cpp | 180 void *ptr; in tryMalloc() local 351 void *ptr; in dvmMalloc() local
|
D | CardTable.cpp | 288 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, in dumpReferencesRootVisitor() 351 for (const Object **ptr = stack->base; ptr < stack->top; ++ptr) { in isPushedOnMarkStack() local
|
D | Verify.cpp | 57 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, in dumpReferencesRootVisitor()
|
/dalvik/vm/mterp/c/ |
D | header.cpp | 140 static inline s8 getLongFromArray(const u4* ptr, int idx) in getLongFromArray() 157 static inline void putLongToArray(u4* ptr, int idx, s8 val) in putLongToArray() 172 static inline double getDoubleFromArray(const u4* ptr, int idx) in getDoubleFromArray() 189 static inline void putDoubleToArray(u4* ptr, int idx, double dval) in putDoubleToArray()
|
/dalvik/vm/compiler/ |
D | CompilerUtility.h | 32 char ptr[0]; member
|
/dalvik/vm/analysis/ |
D | RegisterMap.cpp | 562 static inline u1* align32(u1* ptr) in align32() 588 const u1* ptr = pMap->data; in computeRegisterMapSize() local 642 u1* ptr = *pPtr; in writeMapsAllMethods() local 708 u1* ptr = basePtr; in writeMapsAllClasses() local 1682 static inline void toggleBit(u1* ptr, int idx) in toggleBit()
|
/dalvik/vm/mterp/out/ |
D | InterpC-armv7-a.cpp | 147 static inline s8 getLongFromArray(const u4* ptr, int idx) in getLongFromArray() 164 static inline void putLongToArray(u4* ptr, int idx, s8 val) in putLongToArray() 179 static inline double getDoubleFromArray(const u4* ptr, int idx) in getDoubleFromArray() 196 static inline void putDoubleToArray(u4* ptr, int idx, double dval) in putDoubleToArray()
|
D | InterpC-armv7-a-neon.cpp | 147 static inline s8 getLongFromArray(const u4* ptr, int idx) in getLongFromArray() 164 static inline void putLongToArray(u4* ptr, int idx, s8 val) in putLongToArray() 179 static inline double getDoubleFromArray(const u4* ptr, int idx) in getDoubleFromArray() 196 static inline void putDoubleToArray(u4* ptr, int idx, double dval) in putDoubleToArray()
|
D | InterpC-armv5te-vfp.cpp | 147 static inline s8 getLongFromArray(const u4* ptr, int idx) in getLongFromArray() 164 static inline void putLongToArray(u4* ptr, int idx, s8 val) in putLongToArray() 179 static inline double getDoubleFromArray(const u4* ptr, int idx) in getDoubleFromArray() 196 static inline void putDoubleToArray(u4* ptr, int idx, double dval) in putDoubleToArray()
|