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

/dalvik/vm/oo/
H A DTypeCheck.cpp78 * "subDim" is usually just sub->dim, but for some kinds of checks we want
81 static int isArrayInstanceOfArray(const ClassObject* subElemClass, int subDim, argument
94 assert(subDim > 0 && clazz->arrayDim > 0);
95 if (subDim == clazz->arrayDim) {
101 } else if (subDim > clazz->arrayDim) {

Completed in 40 milliseconds