Searched refs:pMeth (Results 1 – 1 of 1) sorted by relevance
112 const DalvikNativeMethod* pMeth = pClass->methodInfo; in dvmLookupInternalNativeMethod() local114 if (pMeth->name == NULL) in dvmLookupInternalNativeMethod()117 if (dvmCompareNameDescriptorAndMethod(pMeth->name, in dvmLookupInternalNativeMethod()118 pMeth->signature, method) == 0) in dvmLookupInternalNativeMethod()123 return pMeth->fnPtr; in dvmLookupInternalNativeMethod()126 pMeth++; in dvmLookupInternalNativeMethod()