Home
last modified time | relevance | path

Searched refs:declSet (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/reflect/
DProxy.c715 const ClassObject** declSet = (const ClassObject**)exceptionArray->contents; in updateExceptionClassList() local
726 if (declSet[j] == NULL) in updateExceptionClassList()
729 if (mixSet[i] == declSet[j]) { in updateExceptionClassList()
732 } else if (dvmInstanceof(mixSet[i], declSet[j])) { in updateExceptionClassList()
735 } else if (dvmInstanceof(declSet[j], mixSet[i])) { in updateExceptionClassList()
737 mixSet[i] = declSet[j]; in updateExceptionClassList()