Searched refs:pCrit (Results 1 – 1 of 1) sorted by relevance
1071 const ClassMatchCriteria* pCrit = (const ClassMatchCriteria*) vcrit; in hashcmpClassByCrit() local1074 match = (strcmp(clazz->descriptor, pCrit->descriptor) == 0 && in hashcmpClassByCrit()1075 (clazz->classLoader == pCrit->loader || in hashcmpClassByCrit()1076 (pCrit->loader != NULL && in hashcmpClassByCrit()1077 dvmLoaderInInitiatingList(clazz, pCrit->loader)) )); in hashcmpClassByCrit()