Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc131 constexpr bool IsCompatThrow(Instruction::Code opcode) { in IsCompatThrow() function
2075 if (((opcode_flags & Instruction::kThrow) != 0 || IsCompatThrow(inst->Opcode())) && in CodeFlowVerifyInstruction()
5558 !impl::IsCompatThrow(opcode) && in Fail()