Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc47 } else if (inst->IsSwitch()) { in dumpMethodCFGImpl()
138 force_new_block = inst->IsSwitch() || inst->IsBasicBlockEnd(); in dumpMethodCFGImpl()
221 } else if (inst->IsSwitch()) { in dumpMethodCFGImpl()
/art/compiler/optimizing/
Dblock_builder.cc85 } else if (instruction.IsSwitch()) { in CreateBranchTargets()
159 } else if (instruction.IsSwitch()) { in ConnectBasicBlocks()
Dcode_generator.cc714 } else if (instruction.IsSwitch()) { in CheckLoopEntriesCanBeUsedForOsr()
/art/runtime/
Ddex_instruction.h541 bool IsSwitch() const { in IsSwitch() function
/art/runtime/verifier/
Dmethod_verifier.cc1131 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()