Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc49 } else if (inst->IsSwitch()) { in DumpMethodCFG()
138 force_new_block = pair.Inst().IsSwitch() || pair.Inst().IsBasicBlockEnd(); in DumpMethodCFG()
220 } else if (inst->IsSwitch()) { in DumpMethodCFG()
/art/compiler/optimizing/
Dblock_builder.cc109 } else if (instruction.IsSwitch()) { in CreateBranchTargets()
193 } else if (instruction.IsSwitch()) { in ConnectBasicBlocks()
414 } else if (instruction.IsSwitch()) { in InsertSynthesizedLoopsForOsr()
Dcode_generator.cc1132 } else if (instruction.IsSwitch()) { in CheckLoopEntriesCanBeUsedForOsr()
/art/libdexfile/dex/
Ddex_instruction.h574 bool IsSwitch() const { in IsSwitch() function
/art/tools/veridex/
Dflow_analysis.cc102 } else if (instruction.IsSwitch()) { in FindBranches()