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

/art/compiler/optimizing/
H A Dblock_builder.cc124 bool is_throwing_block = false; local
137 is_throwing_block = false;
148 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) {
150 is_throwing_block = true;

Completed in 24 milliseconds