Home
last modified time | relevance | path

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

/dalvik/vm/
DException.c365 bool needInitCause = false; in initException() local
448 needInitCause = true; in initException()
459 needInitCause = true; in initException()
487 LOGVV("+++ exc noarg (ic=%d)\n", needInitCause); in initException()
491 LOGVV("+++ exc msg (ic=%d)\n", needInitCause); in initException()
496 assert(!needInitCause); in initException()
501 assert(!needInitCause); in initException()
524 if (needInitCause) { in initException()