Home
last modified time | relevance | path

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

/dalvik/vm/
DJni.cpp1366 jthrowable localException = (jthrowable) addLocalReference(ts.self(), exception); in ExceptionOccurred() local
1367 if (localException == NULL && exception != NULL) { in ExceptionOccurred()
1377 return localException; in ExceptionOccurred()