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

  /external/v8/src/compiler/
schedule.cc 107 case BasicBlock::kSwitch:
245 DCHECK_EQ(IrOpcode::kSwitch, sw->opcode());
246 block->set_control(BasicBlock::kSwitch);
307 block->set_control(BasicBlock::kSwitch);
node-properties.cc 295 DCHECK_EQ(IrOpcode::kSwitch, node->opcode());
299 DCHECK_EQ(IrOpcode::kSwitch, node->opcode());
schedule.h 41 kSwitch, // Table dispatch to one of the successor blocks.
scheduler.cc 324 case IrOpcode::kSwitch:
351 case IrOpcode::kSwitch:
    [all...]
verifier.cc 239 case IrOpcode::kSwitch: {
273 CHECK_EQ(IrOpcode::kSwitch,
    [all...]
machine-graph-verifier.cc 493 case IrOpcode::kSwitch:
common-operator.cc     [all...]
instruction-selector.cc     [all...]
wasm-compiler.cc     [all...]
effect-control-linearizer.cc 450 case BasicBlock::kSwitch:
    [all...]
simplified-lowering.cc     [all...]
  /art/runtime/
dex_instruction.h 143 kSwitch = 0x04, // switch statement
557 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0;
dex_instruction_list.h 65 V(0x2B, PACKED_SWITCH, "packed-switch", k31t, kIndexNone, kContinue | kSwitch, 0, kVerifyRegA | kVerifySwitchTargets) \
66 V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, kIndexNone, kContinue | kSwitch, 0, kVerifyRegA | kVerifySwitchTargets) \
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 364 milliseconds