Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc1560 bool can_throw_into_catch_block = instruction->CanThrowIntoCatchBlock(); in CreateThrowingSlowPathLocations() local
1561 if (can_throw_into_catch_block) { in CreateThrowingSlowPathLocations()
1566 if (can_throw_into_catch_block && compiler_options_.GetImplicitNullChecks()) { in CreateThrowingSlowPathLocations()