Searched defs:DexMethod (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexClass.h42 struct DexMethod { struct
55 DexMethod* directMethods;
56 DexMethod* virtualMethods;
91 DexMethod* pMethod, u4* lastIndex);
106 * Get the DexCode for a DexMethod. Returns NULL if the class is native
110 const DexMethod* pDexMethod)
152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod,

Completed in 4 milliseconds