HomeSort by relevance Sort by last modified time
    Searched full:initmethod (Results 1 - 1 of 1) sorted by null

  /dalvik/vm/
Exception.c 414 Method* initMethod = NULL;
483 initMethod = findExceptionInitMethod(excepClass, false, false);
486 initMethod = findExceptionInitMethod(excepClass, true, false);
487 if (initMethod != NULL) {
491 initMethod = findExceptionInitMethod(excepClass, true, true);
492 if (initMethod != NULL) {
499 initMethod = findExceptionInitMethod(excepClass, false, true);
500 if (initMethod != NULL) {
503 initMethod = findExceptionInitMethod(excepClass, false, false);
508 initMethod = findExceptionInitMethod(excepClass, true, true)
    [all...]

Completed in 534 milliseconds