Searched refs:IsCompatThrow (Results 1 – 1 of 1) sorted by relevance
117 constexpr bool IsCompatThrow(Instruction::Code opcode) { in IsCompatThrow() function2022 if (((opcode_flags & Instruction::kThrow) != 0 || IsCompatThrow(inst->Opcode())) && in CodeFlowVerifyInstruction()4913 !impl::IsCompatThrow(opcode) && in PotentiallyMarkRuntimeThrow()