Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2849 const RegType* common_super = NULL; in GetCaughtExceptionType() local
2858 common_super = &reg_types_.JavaLangThrowable(false); in GetCaughtExceptionType()
2861 if (common_super == NULL) { in GetCaughtExceptionType()
2864 common_super = &exception; in GetCaughtExceptionType()
2874 } else if (common_super->Equals(exception)) { in GetCaughtExceptionType()
2877 common_super = &common_super->Merge(exception, &reg_types_); in GetCaughtExceptionType()
2878 CHECK(reg_types_.JavaLangThrowable(false).IsAssignableFrom(*common_super)); in GetCaughtExceptionType()
2886 if (common_super == NULL) { in GetCaughtExceptionType()
2891 return *common_super; in GetCaughtExceptionType()