Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2618 bool has_more_specific_try_catch_info) { in UpdateLoopAndTryInformationOfNewBlock() argument
2645 DCHECK_IMPLIES(has_more_specific_try_catch_info, !reference->IsTryBlock()) in UpdateLoopAndTryInformationOfNewBlock()
2649 if (!has_more_specific_try_catch_info) { in UpdateLoopAndTryInformationOfNewBlock()
Dnodes.h496 bool has_more_specific_try_catch_info = false);