Searched defs:throws_into_catch (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3294 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); local
3302 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ?
H A Dcode_generator_arm.cc5530 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); local
5538 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ?
H A Dcode_generator_x86.cc6348 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); local
6355 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ?
H A Dcode_generator_x86_64.cc5776 bool throws_into_catch = instruction->CanThrowIntoCatchBlock(); local
5783 call_kind = (throws_into_catch || kEmitCompilerReadBarrier) ?

Completed in 116 milliseconds