Searched defs:common_super (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/verifier/
H A Dmethod_verifier.cc2993 RegType* common_super = nullptr; local
3002 common_super = &reg_types_.JavaLangThrowable(false);
3014 } else if (common_super == nullptr) {
3015 common_super = &exception;
3016 } else if (common_super->Equals(exception)) {
3019 common_super = &common_super->Merge(exception, &reg_types_);
3021 reg_types_.JavaLangThrowable(false).IsAssignableFrom(*common_super),
3022 "java.lang.Throwable is not assignable-from common_super at ",
3033 if (common_super
[all...]

Completed in 12 milliseconds