Searched refs:initMethod (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/ |
D | Exception.cpp | 257 Method* initMethod = NULL; in initException() local 326 initMethod = findExceptionInitMethod(excepClass, false, false); in initException() 329 initMethod = findExceptionInitMethod(excepClass, true, false); in initException() 330 if (initMethod != NULL) { in initException() 334 initMethod = findExceptionInitMethod(excepClass, true, true); in initException() 335 if (initMethod != NULL) { in initException() 342 initMethod = findExceptionInitMethod(excepClass, false, true); in initException() 343 if (initMethod != NULL) { in initException() 346 initMethod = findExceptionInitMethod(excepClass, false, false); in initException() 351 initMethod = findExceptionInitMethod(excepClass, true, true); in initException() [all …]
|