Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h468 bool IsSwitch() const { in IsSwitch() function
/art/compiler/optimizing/
Dbuilder.cc391 } else if (instruction.IsSwitch()) { in ComputeBranchTargets()
/art/runtime/verifier/
Dmethod_verifier.cc801 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()