Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h136 kCatch, enumerator
Dmir_graph.cc435 cur_block->successor_block_list.block_list_type = kCatch; in ProcessCanThrow()
777 (bb->successor_block_list.block_list_type == kCatch) ? in DumpCFG()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1723 if (bb->successor_block_list.block_list_type == kCatch) { in BlockBitcodeConversion()