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

/art/runtime/verifier/
H A Dmethod_verifier.cc3774 const RegType* common_super = nullptr; local
3783 common_super = &reg_types_.JavaLangThrowable(false);
3796 } else if (common_super == nullptr) {
3797 common_super = &exception;
3798 } else if (common_super->Equals(exception)) {
3801 common_super = &common_super->Merge(exception, &reg_types_, this);
3804 *common_super, this),
3805 "java.lang.Throwable is not assignable-from common_super at ",
3816 if (common_super
[all...]

Completed in 293 milliseconds