Searched refs:IsThrowingDexInstruction (Results 1 – 3 of 3) sorted by relevance
138 inline bool IsThrowingDexInstruction(const Instruction& instruction) { in IsThrowingDexInstruction() function
182 if (!is_throwing_block && IsThrowingDexInstruction(instruction)) { in ConnectBasicBlocks()
377 if (current_block_->IsTryBlock() && IsThrowingDexInstruction(pair.Inst())) { in Build()