Home
last modified time | relevance | path

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

/art/runtime/
Dbytecode_utils.h171 inline bool IsThrowingDexInstruction(const Instruction& instruction) { in IsThrowingDexInstruction() function
/art/compiler/optimizing/
Dblock_builder.cc158 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) { in ConnectBasicBlocks()
Dinstruction_builder.cc333 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) { in Build()