Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h473 bool IsThrow() const { in IsThrow() function
/art/runtime/verifier/
Dmethod_verifier.cc801 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()