HomeSort by relevance Sort by last modified time
    Searched refs:IsSwitch (Results 1 - 6 of 6) sorted by null

  /art/dexdump/
dexdump_cfg.cc 47 } else if (inst->IsSwitch()) {
138 force_new_block = inst->IsSwitch() || inst->IsBasicBlockEnd();
221 } else if (inst->IsSwitch()) {
  /external/libchrome/base/
command_line.cc 56 bool IsSwitch(const CommandLine::StringType& string,
87 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
468 if (parse_switches && IsSwitch(arg, &switch_string, &switch_value)) {
  /art/compiler/optimizing/
block_builder.cc 85 } else if (instruction.IsSwitch()) {
159 } else if (instruction.IsSwitch()) {
code_generator.cc 714 } else if (instruction.IsSwitch()) {
    [all...]
  /art/runtime/
dex_instruction.h 541 bool IsSwitch() const {
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 247 milliseconds