Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc545 bool in_try_block = try_block_addr->IsBitSet(cur_offset); in ProcessCanThrow() local
548 (cu_->disable_opt & (1 << kSuppressExceptionEdges)) || is_throw || in_try_block; in ProcessCanThrow()
551 if (in_try_block) { in ProcessCanThrow()
584 in_try_block = (cur_block->successor_block_list_type != kNotUsed); in ProcessCanThrow()
586 if (!in_try_block && build_all_edges) { in ProcessCanThrow()
601 if (!in_try_block) { in ProcessCanThrow()