Searched defs:findExceptionInitMethod (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DException.cpp201 static Method* findExceptionInitMethod(ClassObject* excepClass, function
326 initMethod = findExceptionInitMethod(excepClass, false, false);
329 initMethod = findExceptionInitMethod(excepClass, true, false);
334 initMethod = findExceptionInitMethod(excepClass, true, true);
342 initMethod = findExceptionInitMethod(excepClass, false, true);
346 initMethod = findExceptionInitMethod(excepClass, false, false);
351 initMethod = findExceptionInitMethod(excepClass, true, true);
355 initMethod = findExceptionInitMethod(excepClass, true, false);

Completed in 23 milliseconds