Searched refs:DexMethod (Results 1 – 4 of 4) sorted by relevance
/dalvik/libdex/ |
D | DexClass.h | 42 struct DexMethod { struct 55 DexMethod* directMethods; argument 56 DexMethod* virtualMethods; 91 DexMethod* pMethod, u4* lastIndex); 110 const DexMethod* pDexMethod) in dexGetCode() 152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod, in dexReadClassDataMethod()
|
D | DexClass.cpp | 85 DexMethod* pMethod, u4* lastIndex) { in dexReadAndVerifyClassDataMethod() 121 (header.directMethodsSize * sizeof(DexMethod)) + in dexReadAndVerifyClassData() 122 (header.virtualMethodsSize * sizeof(DexMethod)); in dexReadAndVerifyClassData() 150 result->directMethods = (DexMethod*) ptr; in dexReadAndVerifyClassData() 151 ptr += header.directMethodsSize * sizeof(DexMethod); in dexReadAndVerifyClassData() 157 result->virtualMethods = (DexMethod*) ptr; in dexReadAndVerifyClassData()
|
D | DexSwapVerify.cpp | 1455 DexMethod* methods, bool expectDirect) { in verifyMethods() 1459 DexMethod* method = &methods[i]; in verifyMethods() 1617 const DexMethod* meth = &classData->directMethods[i]; in crossVerifyClassDataItem() 1625 const DexMethod* meth = &classData->virtualMethods[i]; in crossVerifyClassDataItem()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 619 const DexMethod *pDexMethod) in dumpPositions() 644 const DexMethod *pDexMethod) in dumpLocals() 1060 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes() 1133 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode() 1154 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod() 1590 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
|