Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h164 bool seen_always_throwing_invokes = false; member
Dgraph_checker.cc162 if (GetGraph()->HasAlwaysThrowingInvokes() != flag_info_.seen_always_throwing_invokes) { in CheckGraphFlags()
167 StrBool(flag_info_.seen_always_throwing_invokes))); in CheckGraphFlags()
751 flag_info_.seen_always_throwing_invokes = true; in VisitInvoke()