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

/dalvik/vm/native/
H A DInternalNative.cpp112 const DalvikNativeMethod* pMeth = pClass->methodInfo; local
114 if (pMeth->name == NULL)
117 if (dvmCompareNameDescriptorAndMethod(pMeth->name,
118 pMeth->signature, method) == 0)
122 // className, methodName, methodSignature, pMeth->fnPtr);
123 return pMeth->fnPtr;
126 pMeth++;

Completed in 19 milliseconds