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

/dalvik/vm/analysis/
H A DCodeVerify.cpp2918 ClassObject* commonSuper = NULL; local
2963 if (commonSuper == NULL)
2964 commonSuper = clazz;
2966 commonSuper = findCommonSuperclass(clazz, commonSuper);
2974 if (commonSuper == NULL) {
2983 return commonSuper;

Completed in 188 milliseconds