Searched defs:pDexMethod (Results 1 – 4 of 4) sorted by relevance
/dalvik/dexdump/ |
D | DexDump.cpp | 615 const DexMethod *pDexMethod) in dumpPositions() 640 const DexMethod *pDexMethod) in dumpLocals() 1053 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes() 1121 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode() 1142 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod() 1578 void dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, in dumpMethodMap()
|
/dalvik/libdex/ |
D | DexClass.h | 110 const DexMethod* pDexMethod) in dexGetCode()
|
/dalvik/dexlist/ |
D | DexList.cpp | 95 const DexMethod* pDexMethod, int i) in dumpMethod()
|
/dalvik/vm/oo/ |
D | Class.cpp | 2148 static void loadMethodFromDex(ClassObject* clazz, const DexMethod* pDexMethod, in loadMethodFromDex()
|