Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3794 const RegType* common_super = nullptr; in HandleMoveException() local
3804 common_super = &reg_types_.JavaLangThrowable(false); in HandleMoveException()
3822 } else if (common_super == nullptr) { in HandleMoveException()
3823 common_super = &exception; in HandleMoveException()
3824 } else if (common_super->Equals(exception)) { in HandleMoveException()
3827 common_super = &common_super->Merge(exception, &reg_types_, this); in HandleMoveException()
3829 *common_super, this), in HandleMoveException()
3841 if (!IsAotMode() && common_super == nullptr) { in HandleMoveException()
3853 if (common_super != nullptr) { in HandleMoveException()
3854 unresolved = &unresolved->Merge(*common_super, &reg_types_, this); in HandleMoveException()
[all …]