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

  /art/runtime/
instrumentation.h 128 kBranch = 0x80,
dex_instruction.h 131 kBranch = 0x0000001, // conditional or unconditional branch
480 return (kInstructionFlags[Opcode()] & kBranch) != 0;
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 97 enum BlockCompletionType { kBlockEnd, kFallThrough, kBranch, kJump };
118 BlockCompletion completion = {kBranch, op, left_offset, right_offset};
  /external/v8/src/compiler/
schedule.h 37 kBranch, // Branch if true to first successor, otherwise second.

Completed in 233 milliseconds