Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h470 bool IsSwitch() const { in IsSwitch() function
/art/runtime/verifier/
Dmethod_verifier.cc675 if (inst->IsBranch() || inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()