Searched refs:pMethod (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexClass.h91 DexMethod* pMethod, u4* lastIndex);
152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod, argument
156 pMethod->accessFlags = readUnsignedLeb128(pData);
157 pMethod->codeOff = readUnsignedLeb128(pData);
158 pMethod->methodIdx = index;
H A DDexClass.cpp85 DexMethod* pMethod, u4* lastIndex) {
90 dexReadClassDataMethod(pData, pMethod, lastIndex);
84 dexReadAndVerifyClassDataMethod(const u1** pData, const u1* pLimit, DexMethod* pMethod, u4* lastIndex) argument

Completed in 709 milliseconds