Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc151 bool is_throwing_block = false; in ConnectBasicBlocks() local
169 is_throwing_block = false; in ConnectBasicBlocks()
182 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) { in ConnectBasicBlocks()
184 is_throwing_block = true; in ConnectBasicBlocks()