Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc107 if (bb->catch_entry) { in PrepareBasicBlock()
Dmir_graph.h378 visited(), hidden(), catch_entry(), explicit_throw(), conditional_branch(), in BasicBlock()
395 bool catch_entry:1; variable
Dmir_optimization.cc834 DCHECK(!bb_next->catch_entry); in CombineBlocks()
865 DCHECK(succ_bb->catch_entry); in CombineBlocks()
Dmir_graph.cc625 catch_block->catch_entry = true; in ProcessCanThrow()
2362 if (catch_entry) { in Kill()
Dmir_optimization_test.cc242 catch_handler->catch_entry = true; in PrepareCatch()
Dglobal_value_numbering_test.cc472 catch_handler->catch_entry = true; in GlobalValueNumberingTestCatch()
2282 catch_handler->catch_entry = true; in TEST_F()
/art/compiler/dex/quick/
Dmir_to_lir.cc1225 if (bb->catch_entry) { in MethodBlockCodeGen()