Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc108 if (bb->catch_entry) { in PrepareBasicBlock()
Dmir_optimization_test.cc407 catch_handler->catch_entry = true; in TEST_F()
Dmir_graph.h403 bool catch_entry:1; member
Dglobal_value_numbering_test.cc433 catch_handler->catch_entry = true; in GlobalValueNumberingTestCatch()
2115 catch_handler->catch_entry = true; in TEST_F()
Dmir_optimization.cc694 DCHECK(!bb_next->catch_entry); in CombineBlocks()
Dmir_graph.cc573 catch_block->catch_entry = true; in ProcessCanThrow()
/art/compiler/dex/quick/
Dmir_to_lir.cc1131 if (bb->catch_entry) { in MethodBlockCodeGen()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1865 StringPrintf(kLabelFormat, bb->catch_entry ? kCatchBlock : in CreateLLVMBasicBlock()