HomeSort by relevance Sort by last modified time
    Searched defs:kBranch (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
schedule.h 35 kBranch, // Branch if true to first successor, otherwise second.
239 DCHECK(branch->opcode() == IrOpcode::kBranch);
240 block->control_ = BasicBlock::kBranch;
244 if (branch->opcode() == IrOpcode::kBranch) {
  /art/runtime/
dex_instruction.h 119 kBranch = 0x000001, // conditional or unconditional branch
453 return (kInstructionFlags[Opcode()] & kBranch) != 0;

Completed in 133 milliseconds