Searched refs:IsThrowingDexInstruction (Results 1 – 3 of 3) sorted by relevance
171 inline bool IsThrowingDexInstruction(const Instruction& instruction) { in IsThrowingDexInstruction() function
158 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) { in ConnectBasicBlocks()
333 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(it.CurrentInstruction())) { in Build()