Searched refs:DexMethod (Results 1 – 6 of 6) 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 | 1465 DexMethod* methods, bool expectDirect) { in verifyMethods() 1469 DexMethod* method = &methods[i]; in verifyMethods() 1622 const DexMethod* meth = &classData->directMethods[i]; in crossVerifyClassDataItem() 1630 const DexMethod* meth = &classData->virtualMethods[i]; in crossVerifyClassDataItem()
|
/dalvik/dexlist/ |
D | DexList.cpp | 95 const DexMethod* pDexMethod, int i) in dumpMethod()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 615 const DexMethod *pDexMethod) in dumpPositions() 640 const DexMethod *pDexMethod) in dumpLocals() 1054 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes() 1123 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode() 1144 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod() 1580 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
|
/dalvik/vm/oo/ |
D | Class.cpp | 179 static void loadMethodFromDex(ClassObject* clazz, const DexMethod* pDexMethod,\ 1890 DexMethod method; in loadClassFromDex0() 1914 DexMethod method; in loadClassFromDex0() 2148 static void loadMethodFromDex(ClassObject* clazz, const DexMethod* pDexMethod, in loadMethodFromDex()
|