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

/dalvik/vm/
H A DException.cpp257 Method* initMethod = NULL; local
326 initMethod = findExceptionInitMethod(excepClass, false, false);
329 initMethod = findExceptionInitMethod(excepClass, true, false);
330 if (initMethod != NULL) {
334 initMethod = findExceptionInitMethod(excepClass, true, true);
335 if (initMethod != NULL) {
342 initMethod = findExceptionInitMethod(excepClass, false, true);
343 if (initMethod != NULL) {
346 initMethod = findExceptionInitMethod(excepClass, false, false);
351 initMethod
501 Method* initMethod; local
[all...]

Completed in 55 milliseconds